Back to Marimo

Debugging

docs/examples/running_cells/debugging.md

0.23.5138 B
Original Source

Debugging

marimo lets you use PDB to debug cells. Insert a breakpoint by typing breakpoint():

python
x = 0
breakpoint()
1 / x