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-22.21:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529704094.71.0.56676864532.issue33870@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-22 21:48:14philiprowlandssetrecipients: + philiprowlands
2018-06-22 21:48:14philiprowlandssetmessageid: <1529704094.71.0.56676864532.issue33870@psf.upfronthosting.co.za>
2018-06-22 21:48:14philiprowlandslinkissue33870 messages
2018-06-22 21:48:14philiprowlandscreate