debugpy.showPythonInlineValues = False
not working
#595
Labels
triage-needed
Needs assignment to the proper sub-team
debugpy.showPythonInlineValues = False
not working
#595
I have set the configuration
debug.inlineValues
toauto
.But after i set the
debugpy.showPythonInlineValues
toFalse
, the inline value still existing when debugging.What i should do to disable the inline value when
debug.inlineValues
isAuto
The text was updated successfully, but these errors were encountered: