commit | 3f94089a77d95792c3adc087bbb0309ff9d592dc | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 30 10:29:19 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 30 10:29:19 2010 +0000 |
tree | 369beca901c97541bcca79785bfbc8139c8f97db | |
parent | d72e043bddf965ce1cdc7a85baef1d3e929df070 [diff] [blame] |
#5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
diff --git a/Misc/NEWS b/Misc/NEWS index 50fa0cf..dbe1b8a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -475,6 +475,9 @@ Library ------- +- Issue #5294: Fix the behavior of pdb's "continue" command when called + in the top-level debugged frame. + - Issue #5727: Restore the ability to use readline when calling into pdb in doctests.