How to debug python code?

pruebauno at latinmail.com pruebauno at latinmail.com
Fri Mar 31 11:11:59 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?
>        Please give me any example.
>        Looking for responce.
>        Thank You.
> Sushant

If you are having issues you also might want to try:
http://pychecker.sourceforge.net/
and see if it finds your problem. You might get lucky.

Or just make the bigger install:
http://stani.be/python/spe/blog/
that one already includes pychecker and a python debugger.

Sorry for the noise if you were just looking for instructions for pdb.




More information about the Python-list mailing list