g.pdbΒΆ

g.pdb opens pdb, the Python debugger. To use this, you must be running Leo from a console.

The pudb plugin changes g.pdb so that it uses the full-screen Pudb debugger instead of pdb.

Previous topic

g.openWithFileName

Next topic

Further reading