[Patches] [ python-Patches-1267629 ] pdb: implement "until", fix for 1248119

SourceForge.net noreply at sourceforge.net
Tue Apr 18 05:43:53 CEST 2006


Patches item #1267629, was opened at 2005-08-23 19:24
Message generated for change (Settings changed) made by isandler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1267629&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ilya Sandler (isandler)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdb: implement "until",fix for 1248119

Initial Comment:
The patch implements the "until" command in pdb

"until" command 
continues execution until the line with a number
greater than the current one is reached or until the
current frame returns"""

which allows to quickly step through the loops or list
comprehensions without using temporary
breakpoints...(temporary breakpoints are often less
convenient: more to type, and the user needs to think
about line numbers)

The name "until" is borrowed from gdb..

There is a small issue of abbreviations current pdb
abbreviates 
up as "u"
until as "unt"

While gdb abbreviates until as "u", and up has no
abbreviation...

Should abbreviations be synced?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1267629&group_id=5470


More information about the Patches mailing list