HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 07:45:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071208101816
location: https://web.archive.org/web/20071208101816/https://wiki.python.org/moin/PythonDebuggers
server-timing: captures_list;dur=0.484227, exclusion.robots;dur=0.019808, exclusion.robots.policy;dur=0.012548, esindex;dur=0.010034, cdx.remote;dur=20.652035, LoadShardBlock;dur=463.463975, PetaboxLoader3.datanode;dur=148.335818
x-app-server: wwwb-app202
x-ts: 302
x-tr: 511
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 07:45:41 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sat, 08 Dec 2007 10:18:16 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_fastcgi/2.4.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 08 Dec 2007 10:18:16 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 07:17:21 GMT", ; rel="prev memento"; datetime="Wed, 08 Aug 2007 18:43:47 GMT", ; rel="memento"; datetime="Sat, 08 Dec 2007 10:18:16 GMT", ; rel="next memento"; datetime="Sat, 17 May 2008 03:33:57 GMT", ; rel="last memento"; datetime="Thu, 24 Apr 2025 23:16:49 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_1_20071208084132_crawl105-c/52_1_20071208101431_crawl107.arc.gz
server-timing: captures_list;dur=0.473704, exclusion.robots;dur=0.019501, exclusion.robots.policy;dur=0.012017, esindex;dur=0.011283, cdx.remote;dur=49.618352, LoadShardBlock;dur=253.541612, PetaboxLoader3.resolve;dur=282.693080, PetaboxLoader3.datanode;dur=184.301384, load_resource;dur=402.250714
x-app-server: wwwb-app202
x-ts: 200
x-tr: 750
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
PythonDebuggers - PythonInfo Wiki
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 & Multi-platform Debuggers
Unix & Multi-platform Debuggers
Name
Platform
Notes
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.
HAP Python Remote Debugger
Windows
A python IDE with remote debugging capability.
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.
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.
pydb
Unix, Windows, OS X
An expanded version of the pdb loosely based on the gdb command set. The debugger supports thread debugging, signal handling, non-interactive tracing, and much more.
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, GNU Make debugger, or the Python debugger. DDD displays data structures as graphs and plots. A deprecated version of pydb comes with this package. For GNU make debugging, use ddd-test5
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.
PyDev
Mac OS X, Linux, Windows
Allows debugging multiple threads in Jython and Python (It is featured as a 'Python IDE' plugin for Eclipse).
gdb
*nix
See DebuggingWithGdb
EditText (last edited 2007-04-16 03:28:11 by RockyBernstein )
DeleteCache (cached 2007-11-18 12:35:30)