diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 16:21:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 16:21:42 (GMT) |
commit | cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e (patch) | |
tree | 6517d21805ab84ccea279853d41c6a22b36ff034 /Misc | |
parent | 44f2b640ff0260f5e338e41ad3a2d13185396979 (diff) | |
download | cpython-cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e.zip cpython-cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e.tar.gz cpython-cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e.tar.bz2 |
Add display/undisplay pdb commands.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Core and Builtins Library ------- +- Add the "display" and "undisplay" pdb commands. + - Issue #7245: Add a SIGINT handler in pdb that allows to break a program again after a "continue" command. |