[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 Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor