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

Variable in REPL variables view sometimes requires more than 1 run to expand #24174

Open
bamurtaugh opened this issue Sep 24, 2024 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team

Comments

@bamurtaugh
Copy link
Member

Testing #24162

Using Windows 11 Insiders and:

Version: 1.94.0-insider (user setup)
Commit: f35c3823e3b7ea4c52f7fee4659bcce39b42ce9e
Date: 2024-09-24T05:04:12.797Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.26120

  • Open a Python file app.py
  • shift+enter to execute tuple1 = ("disco", 10, 1.2)
  • Open debug view
  • See tuple1, 🐛 but sometimes nothing happens when I expand it via the >
  • shift+enter again
  • Now tuple1 expands

I tried to record a gif of the experience, but after experiencing this 3 times in a row, I can't repro again (tuple1 did expand on first run). Wanted to still report as I did experience it several times.

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 24, 2024
@amunger
Copy link

amunger commented Sep 24, 2024

might need logs from python or window if you still can repro this. I've never seen it myself.

@bamurtaugh
Copy link
Member Author

Will share if I'm able to repro!

@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Sep 25, 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 triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

3 participants