Web interface for Python's built-in PDB debugger. Version 2.0.1 (latest). Allows remote debugging via a web browser. Low release cadence. Supports Python >=3.8.
pip install web-pdbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Insert web_pdb.set_trace() where you want to break. Then run your script. Open http://localhost:5555 in a browser.
Use a conditional breakpoint: if condition: web_pdb.set_trace()
Use web_pdb.set_trace(host='0.0.0.0') to bind to all interfaces. Be aware of security implications.
Use 'import web_pdb; web_pdb.set_trace()'.
Ensure your environment uses Python 3.8 or newer.
No dependency data recorded yet.