[issue33870] pdb continue + breakpoint

Philip Rowlands report at bugs.python.org
Fri Jun 22 17:48:14 EDT 2018


Philip Rowlands <pythonbugs at dimebar.com> added the comment:

Considering the semantics a little more, "cont 99" could be equivalent to

tbreak 99
cont

perhaps with an implicit clear on SIGINT.

This is similar in the simple case to "until 99", except "until" stops on frame boundaries, refuses to go backwards (e.g. in a loop), and doesn't take the full range of filename / lineno / function / condition.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33870>
_______________________________________


More information about the Python-bugs-list mailing list