Jupyter Introduces Its First Visual Debugger Plugin and xeus‑python Kernel Support
JupyterLab now offers a visual debugger plugin and the xeus‑python kernel, allowing users to set breakpoints, inspect variables, and navigate execution directly in notebooks, with simple installation commands and future enhancements such as richer variable rendering and conditional breakpoints.
Jupyter has released its first visual debugging plugin and a supporting kernel, enabling breakpoint setting, variable inspection, and execution control directly within JupyterLab.
While Jupyter is traditionally used for interactive data analysis, the lack of debugging capabilities limited its use for larger codebases; the new plugin addresses this gap.
To install the front‑end extension, run:
jupyter labextension install @jupyterlab/debuggerThe backend requires a kernel that implements the Jupyter Debug Protocol; currently xeus‑python is supported and can be installed with:
conda install xeus-python -c conda-forgeAfter installing both components, users can launch the visual debugger, try an online demo, and benefit from features such as a side‑panel file explorer, inline breakpoint setting, visual markers, and variable browsers with tree and table views.
The debugger is built on the Debug Adapter Protocol, making it compatible with any language kernel that supports debugging, and future improvements include richer variable rendering and conditional breakpoints.
The article also mentions a VS Code visual debugging tool that visualizes data structures in real time, offering alternative ways to inspect program state.
Python Programming Learning Circle
A global community of Chinese Python developers offering technical articles, columns, original video tutorials, and problem sets. Topics include web full‑stack development, web scraping, data analysis, natural language processing, image processing, machine learning, automated testing, DevOps automation, and big data.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.