[Python-ideas] tab completion in pdb
Aahz
aahz at pythoncraft.com
Fri Jan 19 18:38:04 CET 2007
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
More information about the Python-ideas
mailing list