Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JupyterLab debugger support #69

Open
lassoan opened this issue Feb 9, 2022 · 0 comments
Open

Add JupyterLab debugger support #69

lassoan opened this issue Feb 9, 2022 · 0 comments

Comments

@lassoan
Copy link
Contributor

lassoan commented Feb 9, 2022

xeus-python kernel supports debugging, but it it currently not supported in the Slicer kernel.

The issue is that the application hangs when the debugger is attached, because a message that comes in the control channel would need to be processed in the main thread, but Slicer processes all messages (including the ones coming from the control channel) on the main thread.

See more information here: jupyter-xeus/xeus-python#275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant