[issue14210] add filename completion to pdb

Georg Brandl report at bugs.python.org
Fri Mar 9 18:41:50 CET 2012


Georg Brandl <georg at python.org> added the comment:

> * using relative path completes, but I get something like "'../prog.py' not found from sys.path"

That has nothing to do with the completion.

> * using "~/" to try to complete the HOME directory doesn't work... it completes the root directory

Since break doesn't accept "~", I don't see why it should complete it.  Keep in mind it's not a shell :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14210>
_______________________________________


More information about the Python-bugs-list mailing list