ionelmc / python-manhole

Debugging manhole for python applications.
https://pypi.python.org/pypi/manhole
BSD 2-Clause "Simplified" License
374 stars 24 forks source link

Can we get support for IPython #40

Open thestick613 opened 9 years ago

thestick613 commented 9 years ago

Seems much better suited for the job.

ionelmc commented 9 years ago

Yes, it would be nice indeed. Unfortunately I'd have to implement terminal emulation and that's not exactly easy and I'm trying to keep the dependencies minimal and the library simple.

Which features of IPython would be most useful for you? Autocompletion? History? Line editing? IPython "Magics" (the % commands)`?

thestick613 commented 9 years ago

Mostly autocompletion and history.

ionelmc commented 9 years ago

For history (and line editing) you can use manhole-cli or socat (as described in the readme).