Show globals, group variables and show all dir() variables.

Fixes https://github.com/microsoft/ptvsd/issues/118
Fixes https://github.com/microsoft/ptvsd/issues/763
Fixes https://github.com/microsoft/ptvsd/issues/1621
This commit is contained in:
Fabio Zadrozny 2020-04-17 16:08:15 -03:00
parent ade162b1d3
commit d2014babd6
19 changed files with 603 additions and 148 deletions

View file

@ -69,6 +69,7 @@ class DebugConfig(collections.MutableMapping):
"connect": (),
# Attach by PID
"processId": (),
"variablePresentation": {},
}
def __init__(self, *args, **kwargs):