[Python-ideas] tab completion in pdb
stephen emslie
stephenemslie at gmail.com
Mon Jan 22 12:57:38 CET 2007
Thanks for taking a look. I've created a patch relative to pdb.py in svn and
submitted it to sourceforge here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1641544&group_id=5470&atid=305470
On 1/19/07, Aahz <aahz at pythoncraft.com> wrote:
>
> On Fri, Jan 19, 2007, stephen emslie wrote:
> >
> > I've attached a patch to pdb.py (on Python 2.4.4c1). The only real
> > difference to rlcompleter's default complete method is that because pdb
> > changes scope as you step through a program, rlcompleter's namespace is
> > updated to reflect the current local and global namespace.
> >
> > This is my first attempt at a python patch. Any suggestions or
> improvements
> > are welcome.
>
> Please go ahead and upload this patch to SourceForge to make sure it
> doesn't get lost. Thanks!
> --
> Aahz (aahz at pythoncraft.com) <*>
> http://www.pythoncraft.com/
>
> Help a hearing-impaired person: http://rule6.info/hearing.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20070122/2931090e/attachment.html>
More information about the Python-ideas
mailing list