Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aeschli opened this issue Apr 23, 2024 · 8 comments
Open

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

aeschli opened this issue Apr 23, 2024 · 8 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@aeschli
Copy link

aeschli commented Apr 23, 2024

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
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 23, 2024
@eleanorjboyd
Copy link
Member

seeing the same:

image

@bamurtaugh
Copy link
Member

Same here:

Image

@paulacamargo25 paulacamargo25 added bug Issue identified by VS Code Team member as probable bug and removed triage-needed Needs assignment to the proper sub-team labels Apr 23, 2024
@paulacamargo25
Copy link
Contributor

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.

@paulacamargo25 paulacamargo25 added the verification-needed Verification of issue is requested label Apr 24, 2024
@eleanorjboyd
Copy link
Member

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

@paulacamargo25
Copy link
Contributor

Yes, its already on insiders

@bamurtaugh
Copy link
Member

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
Copy link
Contributor

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 eleanorjboyd added the verification-found Issue verification failed label Apr 26, 2024
@eleanorjboyd
Copy link
Member

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

@eleanorjboyd eleanorjboyd reopened this Apr 26, 2024
@eleanorjboyd eleanorjboyd added this to the May 2024 milestone Apr 26, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 26, 2024
@luabud luabud modified the milestones: May 2024, June 2024 May 27, 2024
@paulacamargo25 paulacamargo25 removed triage-needed Needs assignment to the proper sub-team verification-needed Verification of issue is requested verification-found Issue verification failed labels May 30, 2024
@paulacamargo25 paulacamargo25 modified the milestones: June 2024, July 2024 Jun 20, 2024
@paulacamargo25 paulacamargo25 modified the milestones: July 2024, August 2024 Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

6 participants