Testing #24162
Using Windows 11 Insiders and:
Version: 1.94.0-insider (user setup)
Commit: f35c382
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.
Testing #24162
Using Windows 11 Insiders and:
app.pytuple1 = ("disco", 10, 1.2)tuple1, 🐛 but sometimes nothing happens when I expand it via the>tuple1expandsI tried to record a gif of the experience, but after experiencing this 3 times in a row, I can't repro again (
tuple1did expand on first run). Wanted to still report as I did experience it several times.