How to debug python code?

Kent Johnson kent at kentsjohnson.com
Fri Mar 31 05:48:44 EST 2006


sushant.sirsikar at gmail.com wrote:
> hi,
>        I am new to Python programming.I am not getting exactly pdb.Can
> anyone tell me effective  way to debug python code?

I too rely mostly on unit tests and print statements for debugging, but 
occasionally I use winpdb which is a pretty nice GUI debugger.
http://www.digitalpeers.com/pythondebugger/

Kent



More information about the Python-list mailing list