[Tutor] [tutor] debug process

Wolfram Kraus kraus at hagen-partner.de
Tue Jun 13 08:51:49 CEST 2006


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

Hi emily!

You can use The Python Debugger or pdb, see:
http://www.python.org/doc/2.4.2/lib/module-pdb.html

HTH,
Wolfram



More information about the Tutor mailing list