We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb263a commit 1b49992Copy full SHA for 1b49992
python-ecosys/debugpy/debugpy/server/pdb_adapter.py
@@ -592,7 +592,7 @@ def _var_error(name: str):
592
593
@staticmethod
594
def _special_vars(varref: int):
595
- return {"name": "special", "value": "", "variablesReference": varref}
+ return {"name": "Special", "value": "", "variablesReference": varref}
596
597
def get_variables(self, variables_ref):
598
"""Get variables for a scope with enhanced complex variable support."""
0 commit comments