python-web-pdb icon indicating copy to clipboard operation
python-web-pdb copied to clipboard

Autocompletion / ipdb base?

Open maxwellmckinnon opened this issue 5 years ago • 1 comments

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.

maxwellmckinnon avatar Sep 09 '20 21:09 maxwellmckinnon

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.

romanvm avatar Sep 11 '20 10:09 romanvm