You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: