[IPython-dev] IPython <-> PuDB integration

Ondrej Certik ondrej at certik.cz
Mon Aug 3 21:19:58 EDT 2009


On Thu, Jul 9, 2009 at 6:01 PM, Andreas Klöckner<lists at informa.tiker.net> wrote:
> 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'.


Nice project, only I don't like the default colors. :) Remind me old
turbo pascal.

It's easy to change them though in the pudb/theme.py.

Ondrej



More information about the IPython-dev mailing list