[issue1294] Management of KeyboardInterrupt in cmd.py
Raghuram Devarakonda
report at bugs.python.org
Wed Dec 12 16:24:23 CET 2007
Raghuram Devarakonda added the comment:
"Tomorrow" took a while to come by :-)
With out the patch, pdb prints this on Ctrl-C:
"KeyboardInterrupt
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program"
With the patch, pdb prompt appears again. Ctrl-D change doesn't effect
pdb because do_EOF() is already implemented. My test was on SuSE 10 Linux.
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1294>
__________________________________
More information about the Python-bugs-list
mailing list