Debugger stops working after interrupting kernel
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.
is there any solution for this issue? maybe the same way as https://github.com/microsoft/vscode-jupyter/pull/7311?
@ccordoba12
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.