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 xdegaye
Recipients asvetlov, georg.brandl, gvanrossum, xdegaye
Date 2012-12-11.17:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355245479.82.0.271890290108.issue16596@psf.upfronthosting.co.za>
In-reply-to
Content
The 'until' command is also broken (by xdegaye's patch) when issued at a return
debug event and not debugging a generator.

This new patch fixes both problems.

The patch also adds another test case to check that pdb stops after a 'next',
'until' or 'return' command has been issued at a return debug event.
History
Date User Action Args
2012-12-11 17:04:39xdegayesetrecipients: + xdegaye, gvanrossum, georg.brandl, asvetlov
2012-12-11 17:04:39xdegayesetmessageid: <1355245479.82.0.271890290108.issue16596@psf.upfronthosting.co.za>
2012-12-11 17:04:39xdegayelinkissue16596 messages
2012-12-11 17:04:39xdegayecreate