[IPython-dev] IPython <-> PuDB integration
Andreas Klöckner
lists at informa.tiker.net
Thu Jul 9 20:01:20 EDT 2009
Hi all,
I'm the author of PuDB [1], a full-screen, console-based visual debugger for
Python. I've recently (0.92.6) added support for using IPython as an
interactive shell, prompted by a user's request.
[1] http://pypi.python.org/pypi/pudb
Now that gave me an idea. The IPython web page mentions that IPython can
optionally drop to Python's pdb debugger. If a user has PuDB installed, you
could offer an option to drop into PuDB instead, resulting in an arguably
nicer debugging experience (I'm biased, though). As of 0.92.7 (hot off the
presses) PuDB offers the same programming interface as pdb--just replace 'pdb'
with 'pudb'.
I hope this suggestion meets with your approval. :)
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20090709/d04a1408/attachment.sig>
More information about the IPython-dev
mailing list