Xavier de Gaye added the comment:

The bug occurs also on the default branch:
'3.5.0a4+ (default:8bac00eadfda, May  6 2015, 17:40:12) \n[GCC 4.9.2 20150304 
(prerelease)]'

The reason is that 'do_until' is missing from the
Pdb.commands_resuming list, which causes the Pdb.bp_commands() method
to invoke the interaction function _cmdloop() after having processed
all the breakpoint commands instead of returning from the trace
function, so that the settings made by set_until() are lost.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24140>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to