You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.