Skip to content

debugpy.showPythonInlineValues = False not working #595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TuRan-H opened this issue Feb 9, 2025 · 4 comments
Open

debugpy.showPythonInlineValues = False not working #595

TuRan-H opened this issue Feb 9, 2025 · 4 comments
Assignees
Labels
needs spike triage-needed Needs assignment to the proper sub-team

Comments

@TuRan-H
Copy link

TuRan-H commented Feb 9, 2025

I have set the configuration debug.inlineValues to auto.
But after i set the debugpy.showPythonInlineValues to False, the inline value still existing when debugging.
What i should do to disable the inline value when debug.inlineValues is Auto

Image

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Feb 9, 2025
@jocropsey
Copy link

I've got this same issue. With v2025.0.0 and newest pre-release version. "debugpy.showPythonInlineValues": false is only respected if you also set debug.inlineValues to off, not auto.

@eleanorjboyd
Copy link
Member

I've got this same issue. With v2025.0.0 and newest pre-release version. "debugpy.showPythonInlineValues": false is only respected if you also set debug.inlineValues to off, not auto.

Thoughts on changing the design so "debugpy.showPythonInlineValues": falsesetsdebug.inlineValues` to off, if the second setting is not already set? @karthiknadig

@karthiknadig
Copy link
Member

@eleanorjboyd We may need to internally respect debug.inlineValues setting. Rether than the other way around. I also think we may want to just get rid of this setting in favor of debug.inlineValues.

/cc @luabud @rchiodo

@eleanorjboyd
Copy link
Member

yep fine getting rid of the setting in favor of the core one or just going with accepting both. Larger design decision needed so curious others input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs spike triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

4 participants