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

Autocompletion / ipdb base? #26

Open
maxwellmckinnon opened this issue Sep 9, 2020 · 1 comment
Open

Autocompletion / ipdb base? #26

maxwellmckinnon opened this issue Sep 9, 2020 · 1 comment

Comments

@maxwellmckinnon
Copy link

I almost always use ipdb (as opposed to pdb) because of the autocomplete. Mainly all the same reasons I use the IPython REPL instead of the Python REPL.

Would it be possible to add support for ipython to web-pdb?

Love this project. Was delighted to have discovered it just now. Great work and very useful idea for debugging a remote machine.

@romanvm
Copy link
Owner

romanvm commented Sep 11, 2020

I don't think IPython support is possible because Web-PDB is a web-application and does not work with a real OS console. But the idea with autocomplete is interesting and I'll consider it.

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