microsoft / microsoft/vscode-python-debugger

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

Open
#324 8 comments 0 reactions 1 assignee View on GitHub

@karthiknadig is already working on this.

Since Aug 8, 2024.

bug
Dominant language
TypeScript
Stars
180
Forks
126
Avg merge
2d 3h
Merged PRs (30d)
3

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.