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
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
For now we still create a new debug session even if the kernel doesn't support debugging.
After the debug session is created, we send a debugInfo message and wait for the reply on the control channel. For non-debugging kernels, this reply never comes.
Logging this as an issue so we can keep track of it and make sure the debugger doesn't interfere with regular workflows that use ipykernel.
For now we still create a new debug session even if the kernel doesn't support debugging.
After the debug session is created, we send a
debugInfo
message and wait for the reply on thecontrol
channel. For non-debugging kernels, this reply never comes.Logging this as an issue so we can keep track of it and make sure the debugger doesn't interfere with regular workflows that use
ipykernel
.This should be fixed by #239.
The text was updated successfully, but these errors were encountered: