Have an event for changing kernels, or don't allow if a debugging session is active #7180
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-run-by-line
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
If a user changes the kernel while a debug session is active, they get stuck in a glitched state. The debug session needs to be disconnected before that.
IKernel has an
onDisposed
, but that is too late.We need to either have an event that the DebuggingManager can catch to disconnect, or prevent the user of being able to change the kernel while debugging.
The text was updated successfully, but these errors were encountered: