Skip to content

Debugging

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

x = 0
breakpoint()
1 / x