[issue24140] In pdb using "until X" doesn't seem to have effect in commands

vyktor report at bugs.python.org
Sat May 9 17:40:33 CEST 2015


vyktor added the comment:

Adding test.py, but according to docs https://docs.python.org/3.2/library/pdb.html#pdbcommand-commands

"Specifying any command resuming execution (currently continue, step, next, return, jump, quit and their abbreviations) terminates the command list (as if that command was immediately followed by end). "

This is probably expected behavior.

----------
Added file: http://bugs.python.org/file39326/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24140>
_______________________________________


More information about the Python-bugs-list mailing list