You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DAP Scope interface defines presentationHint for the purposes of distinguishing standard scope (locals, globals etc). Visual Studio uses this to determine whether the scope is locals or not, to inline locals into the top level. However, pydevd does not set presentationHint for any of the scopes - only the label.
The text was updated successfully, but these errors were encountered:
Just "Locals". What we want is for that group to be auto-inlined into the parent (i.e. all variables to show as top level) in VS. It might also do this in VSCode - if so, that's fine.
fabioz
added a commit
to fabioz/debugpy
that referenced
this issue
May 13, 2020
DAP
Scope
interface definespresentationHint
for the purposes of distinguishing standard scope (locals, globals etc). Visual Studio uses this to determine whether the scope is locals or not, to inline locals into the top level. However, pydevd does not setpresentationHint
for any of the scopes - only the label.The text was updated successfully, but these errors were encountered: