Debugger

Supported notebooks, code consoles and files can now be debugged from JupyterLab directly! Currently, only Python kernel supports debugging

Usage

Enable the debugger, set breakpoints and step into the code:

../_images/step.gif

Tutorial Notebook

There is also a tutorial notebook to try the debugger that is available on the jupyter-ide-demo repo. and can be run on Binder here.

../_images/tutorial-notebook.png