.. _debugger: 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: .. image:: ./images/debugger/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 `_. .. image:: ./images/debugger/tutorial-notebook.png