This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author philiprowlands
Recipients philiprowlands
Date 2018-06-15.15:20:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529076011.32.0.947875510639.issue33870@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-15 15:20:11philiprowlandssetrecipients: + philiprowlands
2018-06-15 15:20:11philiprowlandssetmessageid: <1529076011.32.0.947875510639.issue33870@psf.upfronthosting.co.za>
2018-06-15 15:20:11philiprowlandslinkissue33870 messages
2018-06-15 15:20:11philiprowlandscreate