[Tutor] [tutor] debug process

Kent Johnson kent37 at tds.net
Tue Jun 13 12:09:02 CEST 2006


emilia12 at mail.bg wrote:
> Hello,
> 
> Is there a way to debug (trace) the python code line by
> line?

There is a simple debugger included with IDLE, the editor that comes 
with Python. winpdb is a nice debugger with a GUI. Pydev and Eric3 are 
Python development tools that include debuggers.
http://www.digitalpeers.com/pythondebugger/
http://pydev.sourceforge.net/
http://www.die-offenbachs.de/detlev/eric3.html

Kent



More information about the Tutor mailing list