python-web-pdb
python-web-pdb copied to clipboard
Autocompletion / ipdb base?
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.
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.