[New-bugs-announce] [issue33870] pdb continue + breakpoint

Philip Rowlands report at bugs.python.org
Fri Jun 15 11:20:11 EDT 2018


New submission from Philip Rowlands <pythonbugs at dimebar.com>:

Please extend pdb's continue to support an optional argument, identical to break.

When debugging I frequently want to quickly run to a certain line number then break. Rather than break / continue / clear (or tbreak / continue), it would be handy to type
(Pdb) cont 99

to run to line 99 as a one-off breakpoint.

----------
messages: 319622
nosy: philiprowlands
priority: normal
severity: normal
status: open
title: pdb continue + breakpoint
type: enhancement

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


More information about the New-bugs-announce mailing list