Python debuggers:
If you have anything to contribute -- e.g. configurations for editors, new debuggers, or opinion -- don't hesitate to edit or create pages.
Unix & Multiplatform Debuggers
Name |
Platform |
Notes |
[http://rpdb.digitalpeers.com rpdb ] |
Unix,Windows,Mac OS X |
rpdb.py improves pdb.py's usability and adds support for remote debugging, multiple threads debugging, post mortem of unhandled exceptions, and for debugging of embedded scripts. |
All |
A .pdbrc for Pyhon's standard debugger, pdb, which allows you to run arbitrary Python commands on pdb startup. |