]> granicus.if.org Git - python/commit
#7245: Add a SIGINT handler on continue in pdb that allows to break a program again...
authorGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 16:00:47 +0000 (16:00 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 16:00:47 +0000 (16:00 +0000)
commit44f2b640ff0260f5e338e41ad3a2d13185396979
treea448ea5dea9367826b6d7e325c1487395c704fe8
parent1ed77f300b713166b0508eacd183c32f1d7437b2
#7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C.
Doc/library/pdb.rst
Lib/bdb.py
Lib/pdb.py
Misc/NEWS