microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
40 stars 17 forks source link

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

Open aeschli opened 2 months ago

aeschli commented 2 months ago

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()
eleanorjboyd commented 2 months ago

seeing the same:

image

bamurtaugh commented 2 months ago

Same here:

Image

paulacamargo25 commented 2 months ago

There is an error in the activation of the python extension debugger because of the ApiProposal distro, this should be fix in the next VScode pre-release.

eleanorjboyd commented 2 months ago

is this out on insiders or will it come out on the next release of insiders?

paulacamargo25 commented 2 months ago

Yes, its already on insiders

bamurtaugh commented 2 months ago

Trying on latest VS Code Insiders - is this what I should be seeing? It doesn't appear different from when I last tested (maybe I'm missing the eye icon?):

Image

paulacamargo25 commented 2 months ago

When you focus the variable on the Variables view, you should see and eye icon.

Screenshot 2024-04-26 at 1 08 52 PM
eleanorjboyd commented 2 months ago

unable to see fix on my machine- reopening and moving milestones