mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
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:
parent
ade162b1d3
commit
d2014babd6
19 changed files with 603 additions and 148 deletions
|
|
@ -69,6 +69,7 @@ class DebugConfig(collections.MutableMapping):
|
|||
"connect": (),
|
||||
# Attach by PID
|
||||
"processId": (),
|
||||
"variablePresentation": {},
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue