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 nlevitt@gmail.com
Recipients nlevitt@gmail.com
Date 2014-01-04.04:13:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388808811.19.0.853662131976.issue20119@psf.upfronthosting.co.za>
In-reply-to
Content
The continue command in perl's debugger (perl -d) supports setting a one-time-only breakpoint. IMHO this is incredibly useful. For instance when stepping through a program, if you get stuck in a loop, you can move past it with a simple one line command "c [line-after-loop]".

pdb could have the same thing!
History
Date User Action Args
2014-01-04 04:13:31nlevitt@gmail.comsetrecipients: + nlevitt@gmail.com
2014-01-04 04:13:31nlevitt@gmail.comsetmessageid: <1388808811.19.0.853662131976.issue20119@psf.upfronthosting.co.za>
2014-01-04 04:13:30nlevitt@gmail.comlinkissue20119 messages
2014-01-04 04:13:30nlevitt@gmail.comcreate