Skip to content

Commit 1b49992

Browse files
committed
pdbadapeter: fixup "Special".
Signed-off-by: Jos Verlinde <[email protected]>
1 parent 9fb263a commit 1b49992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-ecosys/debugpy/debugpy/server/pdb_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def _var_error(name: str):
592592

593593
@staticmethod
594594
def _special_vars(varref: int):
595-
return {"name": "special", "value": "", "variablesReference": varref}
595+
return {"name": "Special", "value": "", "variablesReference": varref}
596596

597597
def get_variables(self, variables_ref):
598598
"""Get variables for a scope with enhanced complex variable support."""

0 commit comments

Comments
 (0)