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

Ilya Sandler report at bugs.python.org
Sat May 1 21:10:44 CEST 2010


Ilya Sandler <ilya.sandler at gmail.com> added the comment:

a note on testing: it should be possible to integrate the tests into existing test_pdb.py by simply placing subprocess based tests next to doctest-based tests. This way pdb tests will at least be in a single module. (this is an approach taken by a patch in 
http://bugs.python.org/issue7964)

Would it be better?

----------

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


More information about the Python-bugs-list mailing list