staying inside pdb.py upon an exception in a program run via it

Jon Perez jbperez808 at yahoo.com
Sun Jun 6 17:24:54 EDT 2004


I have a script that takes command-line arguments which
I want to debug using pdb upon an unanticipated exception.
How do I go about doing this?

If I do a "c:\python23\lib\pdb.py script.py blah blah" and
do a 'cont', the exception will cause pdb.py itself to be
exited from and there is no opportunity to inspect anything.



More information about the Python-list mailing list