Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Canceled promise error for kernels without support for debugging #268

Closed
jtpio opened this issue Dec 10, 2019 · 0 comments · Fixed by #275
Closed

Canceled promise error for kernels without support for debugging #268

jtpio opened this issue Dec 10, 2019 · 0 comments · Fixed by #275
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jtpio
Copy link
Member

jtpio commented Dec 10, 2019

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.

ipykernel-debuginfo

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.

@jtpio jtpio added the bug Something isn't working label Dec 10, 2019
@jtpio jtpio added this to the 0.1.0 milestone Dec 10, 2019
@jtpio jtpio self-assigned this Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant