your favorite debugging tool?

Paul Rubin http
Mon Aug 24 15:17:39 EDT 2009


Esmail <ebonak at hotmail.com> writes:
> What is your favorite tool to help you debug your
> code? I've been getting along with 'print' statements
> but that is getting old and somewhat cumbersome.

Beyond print statements, I use pdb a lot.  Winpdb (www.winpdb.org) is
even better, but is kind of cumbersome to get working.



More information about the Python-list mailing list