-
Notifications
You must be signed in to change notification settings - Fork 300
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
Can't use RBL after interrupting RBL #7251
Comments
That's expected, You can only run one cell at a time. And there is no per-cell cancellation, you are just interrupting the kernel which stops everything. I can't repro what you show in the gif, but that is a problem, if you can repro it again please share the log |
I've attached the log below Jupyter LogInfo 2021-08-24 13:15:37: Notebook Session status file:///home/parallels/jupyter-dbg/ipykernel-env/test.ipynb # Busy |
Sorry, I guess you also have to set |
I've attached the verbose log below Jupyter Verbose LogSilly 2021-08-24 13:57:16: [Debug] to kernel: {"command":"dumpCell","arguments":{"code":"def say_hello(name):\n return 'Hello, {}!'.format(name)"},"type":"request","seq":1} |
Thanks. Looks like we correctly set the breakpoint, then execute the cell, but the kernel doesn't stop. I can't repro it. Is it easy for you to hit this @lramos15? |
Yes it is, let me know if you want me to demo it over teams |
Easy repro steps:
Strangely this works when I am building/debugging the extension locally but not in the official build of the extension |
Filed upstream: microsoft/debugpy#706 |
Testing #129467
When doing run by line debugging if I click the buttons to run a cell above they get stuck on pending and stopping the pending cells will error out the debug session and cause it to stop.
The text was updated successfully, but these errors were encountered: