⇤ ← Revision 1 as of 2004-07-25 20:01:29
Size: 529
Comment:
|
Size: 667
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
|| PdbRcIdea || All || A .pdbrc for Pyhon's standard debugger, pdb, which allows you to run arbitrary Python commands on pdb startup.|| |
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. |