[issue22135] allow to break into pdb with Ctrl-C for all the commands that resume execution

Xavier de Gaye report at bugs.python.org
Thu Dec 15 10:47:46 EST 2016


Xavier de Gaye added the comment:

Thanks for the patch. See my comments in Rietveld.
I think we can skip the 'step' command.
For the tests, can you use the existing run_pdb() method and trigger the signals from within the code being executed with 'os.kill(os.getpid(), signal.SIGINT |  signal.CTRL_C_EVENT)', this would avoid having to sleep on delays.

----------

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


More information about the Python-bugs-list mailing list