How to debug python code?

R. Bernstein rocky at panix.com
Fri Mar 31 11:05:03 EST 2006


sushant.sirsikar at gmail.com writes:

> hi,
>        I am new to Python programming.I am not getting exactly pdb.Can
> anyone tell me effective  way to debug python code?
>        Please give me any example.
>        Looking for responce.
>        Thank You.
> Sushant

Well, I guess (in addition to the other good suggestions in this
thread) this is an obvious place to plug pydb
http://bashdb.sourceforge.net/pydb

If you are using pdb, I think you'll find pydb, um, better.



More information about the Python-list mailing list