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

Extra debug request command "continue" will cause kernel stuck and refuse further response. #1255

Open
freedom-git opened this issue Jul 4, 2024 · 0 comments

Comments

@freedom-git
Copy link

I found this issue when I was trying to debug on a remote kernel, due to the network latency, the UI need some time to change debug status after user click "continue" button, so the user have chance to click "continue" for several times. If there is only one breakpoint in the code cell, the kernel only expect for accept one "continue" command, when the extra (second in this case) "continue" command send to kernel, kernel stucked and stop to response.

version:
ipykernel 6.22.0

platform:
windows

note:
"next" command don't have this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant