Replies: 2 comments
-
We actually don't control the debugger UI, that comes directly from VS Code. Since VS Code doesn't use Discussions I can't transfer this issue for you, but if you could open an issue at https://github.com/microsoft/vscode that would be helpful in seeing if it's something the editor team is amenable to. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to https://github.com/microsoft/vscode-python/issues/17201 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce:
import time; time.sleep(20)
Now switch to the python debugger:
Just a thought, but adding a spinner icon besides 'running', or in the play/pause/stop on top while a debugging process is running, along with the timing info in seconds could be very helpful as a visual cue (I've found myself restarting processes frequently, unnecessarily)
Beta Was this translation helpful? Give feedback.
All reactions