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 isandler
Recipients
Date 2005-08-24.03:42:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=971153

I raised this question on python-dev. There was only a
couple of replies.

To summarize: the original "next N" suggestion got -1 
(b/c in gdb "next N" means repeat "next" N times and it is
desirable to keep pdb's and gdb's command sets as close as
possible), however the alternative suggestion to implement
"until" (which is also supported by gdb)  got +1.

Python-dev reference:
http://mail.python.org/pipermail/python-dev/2005-August/055298.html

Patch  #1267629  implements 'until' and should address the
original problem.

History
Date User Action Args
2008-01-20 09:58:02adminlinkissue1248119 messages
2008-01-20 09:58:02admincreate