Variable explorer displays functions with a leading underscore
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 734
- Fork
- 412
- Merge trung bình
- 1 ngày 5 giờ
- Pull request đã merge (30 ngày)
- 8
Mô tả
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

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.