Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2004-07-25 20:01:29
Size: 529
Editor: bzq-218-191-87
Comment:
Revision 3 as of 2005-10-15 14:11:48
Size: 1981
Editor: 251-56
Comment: add new debuggers and gui
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
|| [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.|| || [http://rpdb.digitalpeers.com rpdb] || Unix,Windows,Mac OS X|| ( is Obsolete replaced by rpdb2) 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.||
|| PdbRcIdea || All || A .pdbrc for Pyhon's standard debugger, pdb, which allows you to run arbitrary Python commands on pdb startup.||
|| [http://sourceforge.net/projects/hapdebugger/ HAP Python Remote Debugger] || Windows || A python IDE with remote debugging capability.||
|| [http://www.digitalpeers.com/pythondebugger/ Winpdb and Rpdb2] || Unix,Linux,Windows || an advanced python debugger, with support for smart breakpoints, multiple threads, namespace modification, embedded debugging, encrypted communication and speed of up to 20 times that of pdb.||
|| [http://jpydbg.sourceforge.net/ JpyDbg] || Mac OS X, OS/2, Unix, VMS and Windows || both a CPYTHON and a JPYTHON(JYTHON) debugging framework which has been integrated inside Jedit as a standard jedit pluggin.||
||[http://sourceforge.net/projects/ddd/ DDD] || Unix || DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. DDD displays data structures as graphs and plots.||
||[http://web.archive.org/web/20040331032128/home.t-online.de/home/Ulrich.Herold/pydebug.py pyDebug] || Unix,Windows || Debugger for Python programs with a graphical user interface. It is inherited from "bdb" but uses a GUI and has some powerful features like object browser, windows for variables, classes, functions, exceptions, stack, conditional breakpoints, etc.||

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.

TableOfContents

Unix & Multiplatform Debuggers

Name

Platform

Notes

[http://rpdb.digitalpeers.com rpdb]

Unix,Windows,Mac OS X

( is Obsolete replaced by rpdb2) 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.

PdbRcIdea

All

A .pdbrc for Pyhon's standard debugger, pdb, which allows you to run arbitrary Python commands on pdb startup.

[http://sourceforge.net/projects/hapdebugger/ HAP Python Remote Debugger]

Windows

A python IDE with remote debugging capability.

[http://www.digitalpeers.com/pythondebugger/ Winpdb and Rpdb2]

Unix,Linux,Windows

an advanced python debugger, with support for smart breakpoints, multiple threads, namespace modification, embedded debugging, encrypted communication and speed of up to 20 times that of pdb.

[http://jpydbg.sourceforge.net/ JpyDbg]

Mac OS X, OS/2, Unix, VMS and Windows

both a CPYTHON and a JPYTHON(JYTHON) debugging framework which has been integrated inside Jedit as a standard jedit pluggin.

[http://sourceforge.net/projects/ddd/ DDD]

Unix

DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. DDD displays data structures as graphs and plots.

[http://web.archive.org/web/20040331032128/home.t-online.de/home/Ulrich.Herold/pydebug.py pyDebug]

Unix,Windows

Debugger for Python programs with a graphical user interface. It is inherited from "bdb" but uses a GUI and has some powerful features like object browser, windows for variables, classes, functions, exceptions, stack, conditional breakpoints, etc.

PythonDebuggingTools (last edited 2022-05-01 20:51:18 by Nudin)

Unable to edit the page? See the FrontPage for instructions.