Debugging Python ?

Skip Montanaro skip at pobox.com
Mon Jul 28 10:43:04 EDT 2003


    Bill> I'd be happy to hear your techniques to debug python programs.

Crude though it may seem, I find print statements quite effective.  Works in
all environments as well. ;-)

    Bill> Is there any interactive debugging environment by any chance ?

Yes, there's pdb.  Search the source tree.  I'm sure some of the more
advanced IDEs have debugging support these days as well.  For a list, browse

    http://www.python.org/cgi-bin/moinmoin/PythonEditors

Skip





More information about the Python-list mailing list