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

No visual cue something is happening when debugging long running task #7708

Closed
Tracked by #1652
tanhakabir opened this issue Sep 28, 2021 · 4 comments
Closed
Tracked by #1652
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-debugging

Comments

@tanhakabir
Copy link

tanhakabir commented Sep 28, 2021

Testing microsoft/vscode#133905

When a function is expensive and I'm in debug mode, there's no visual cue that the notebook is still running and working. The spinner doesn't spin and nothing animates on the notebook UI. The yellow highlight disappears too.

image

@roblourens
Copy link
Member

I guess if the cell is running but you haven't been paused for awhile, we could show the animations?

@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug notebook-debugging and removed needs-triage labels Sep 28, 2021
@roblourens roblourens added this to the October 2021 milestone Sep 28, 2021
@tanhakabir
Copy link
Author

what does this mean?

but you haven't been paused for awhile

@DavidKutu
Copy link

It means the cell is taking long to run, and nothing is meant to happen while debugging until we hit a breakpoint and pause there.

@tanhakabir
Copy link
Author

ah I see, yeah I think some animation while paused would be nice!

@greazer greazer removed this from the October 2021 milestone Oct 7, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-debugging
Projects
None yet
Development

No branches or pull requests

4 participants