New submission from Philip Rowlands <pythonb...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33870>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to