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.