Kent Johnson wrote:
[EMAIL PROTECTED] 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
If you are running under Windows there is also http://sourceforge.net/projects/pywin32/.
-- 
Bob Gailer
510-978-4454
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to