Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pdb tab completion does not work in QtConsole #1216

Closed
adamklein opened this issue Dec 30, 2011 · 2 comments
Closed

Pdb tab completion does not work in QtConsole #1216

adamklein opened this issue Dec 30, 2011 · 2 comments
Milestone

Comments

@adamklein
Copy link

from IPython.core.debugger import Pdb
def testme(a,b,c=None):
    print a+b+c
pdb = Pdb()
pdb.runcall(testme, 1, 2, 3)

If you write:

ipdb>a<TAB>

it actually outputs whitespace, vs in the console you would get a command completion list.

Running 0.13-dev, "ipython-qtconsole --pylab=inline" on Kubuntu 11.10, python 2.7.2.

@minrk
Copy link
Member

minrk commented Dec 30, 2011

Closing as duplicate of #902.

@minrk minrk closed this as completed Dec 30, 2011
@adamklein
Copy link
Author

Thanks, must have missed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants