[issue7245] better Ctrl-C support in pdb (program can be resumed) (issue216067)

Georg Brandl report at bugs.python.org
Sat Jul 31 00:21:45 CEST 2010


Georg Brandl <georg at python.org> added the comment:

I committed the "commands" part of the patch in r83308.

For the SIGINT part, I'm concerned that the SIGINT handler is set
in the Pdb constructor, since it's a processwide setting I think it
should a) be set only before sys.settrace() and b) be restored appropriately when debugging is finished.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7245>
_______________________________________


More information about the Python-bugs-list mailing list