-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels