microsoft / microsoft/vscode-python-debugger
I don't see the eye icon in the Python debugger variables view
Đang mở
@karthiknadig đang làm issue này rồi.
Từ ngày 8/8/2024.
bug
- Ngôn ngữ chính
- TypeScript
- Star
- 180
- Fork
- 126
- Merge trung bình
- 2 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
Testing #323
Linux with Python 3.10.12
VS Code 1.89.0-insider, Commit: 347777655976bbc8460f833449592dd0a9a8f340, 2024-04-23T05:52:42.886Z
Python v2024.5.11141012 (pre-release)
Python Debugger v2024.5.11141008 (pre-release)
Create a file
def main():
i = 29
k = 39.8
i = i + 3
if __name__ == "__main__":
main()
- set breakpoint on
i = i + 3 - Use the Run button in the editor toolbar and select
Python Debugger; Debug a Python file - breakpoint is reached
- check the variables view. I expected to see the eye icon after
iandk
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.