diff options
author | Georg Brandl <georg@python.org> | 2010-07-30 12:01:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-30 12:01:20 (GMT) |
commit | 7410dd11ef4d6f6953f690d304158cd53b357cb2 (patch) | |
tree | 6ba217d2809026291ad3f6e0e7e5da71fd70f609 /Misc | |
parent | a074523f3a8aaf3210165f236c64992d73538a32 (diff) | |
download | cpython-7410dd11ef4d6f6953f690d304158cd53b357cb2.zip cpython-7410dd11ef4d6f6953f690d304158cd53b357cb2.tar.gz cpython-7410dd11ef4d6f6953f690d304158cd53b357cb2.tar.bz2 |
#809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -475,6 +475,9 @@ C-API Library ------- +- Issue #809887: Make the output of pdb's breakpoint deletions more + consistent; emit a message when a breakpoint is enabled or disabled. + - Issue #5294: Fix the behavior of pdb's "continue" command when called in the top-level debugged frame. |