pdb.py - why is this debugger different from all other debuggers?

skip at pobox.com skip at pobox.com
Thu Jan 5 23:02:06 EST 2006


    Mike> I don't use pdb a lot either - and I write a *lot* of Python. 

Ditto.  I frequently just insert prints or enable cgitb.  Sometimes I enable
line tracing for a specific function and the functions it calls using a
tracing decorator.  There are lots of things that are easier than breaking
down and learning how to use pdb. ;-)

Skip



More information about the Python-list mailing list