ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

Debugger stops working after interrupting kernel

Open kycutler opened this issue 4 years ago • 3 comments

After interrupting the kernel while debugging, debugging will no longer pause execution until the kernel is restarted.

https://github.com/microsoft/debugpy/issues/706 identifies a workaround for this issue, but it would be best for a fix to be implemented in the kernel itself.

kycutler avatar Dec 08 '21 18:12 kycutler

is there any solution for this issue? maybe the same way as https://github.com/microsoft/vscode-jupyter/pull/7311?

eastonsuo avatar Sep 08 '23 06:09 eastonsuo

@ccordoba12

eastonsuo avatar Sep 10 '23 11:09 eastonsuo

The Spyder debugger doesn't have this bug because we don't use the default IPykernel debugger (which depends on debugpy). Instead, we created our own debugger from scratch, adapted to our needs.

ccordoba12 avatar Sep 10 '23 16:09 ccordoba12