theia
theia copied to clipboard
Add Support for debugging notebooks
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