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 -- http://mail.python.org/mailman/listinfo/python-list