microsoft / microsoft/vscode-python-debugger

I don't see the eye icon in the Python debugger variables view

未关闭
#324 8 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@karthiknadig 已经在做这个了。

开始于 2024年8月8日。

bug
主要语言
TypeScript
星标
181
派生
126
平均合并
2 天 3 小时
30 天内合并 PR
3

描述

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 i and k

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。