Debug python programs

Daniel Klein danielk at aracnet.com
Sat Sep 13 01:06:55 EDT 2003


On Thu, 11 Sep 2003 12:41:48 +0100, York <yorklee70 at yahoo.com> wrote:

>Would you please recommend some good softwares/methods for 
>tracking/debugging python codes.

I just use the Python debugger by importing the pdb module.
http://www.python.org/doc/2.3/lib/module-pdb.html

Of course there are IDEs that have built-in debuggers.

Dan




More information about the Python-list mailing list