Variable explorer displays functions with a leading underscore
オープン
- 主要言語
- Python
- スター
- 734
- フォーク
- 412
- 平均マージ
- 1日 5時間
- マージ済み PR(30日)
- 8
説明
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

コントリビューションガイド
評価
この issue はまだ評価されていません。