Variable explorer displays functions with a leading underscore
Aperta
- Lingua principale
- Python
- Stelle
- 734
- Fork
- 412
- Merge medio
- 1g 5h
- PR unite (30g)
- 8
Descrizione
The `inspectVariables` request and the variable explorer panel in the debugger seems to display functions with a leading underscore.
Here's a simple repro
```
def _abc():
return "Hello"
def abc():
return "Hello"
```
In the above code snippet, `_abc` will appear in the "Variables" panel whereas `abc` will not, as demonstrated below

Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.