theia icon indicating copy to clipboard operation
theia copied to clipboard

Add Support for debugging notebooks

Open jonah-iden opened this issue 11 months ago • 0 comments

Feature Description:

Currently debugging notebook cells seems to not work. This functionality is required by jupyter for the jupyter.runByLine and the jupyter.runAndDebugCell commands.

The main requirements for implementing this are the ability to set breakpoints in cell editors and to find out and fix what breaks the current debugging tasks

jonah-iden avatar Mar 26 '24 14:03 jonah-iden