[IPython-dev] IPython <-> PuDB integration

Gökhan SEVER gokhansever at gmail.com
Sat Jul 25 20:29:52 EDT 2009


On Sat, Jul 25, 2009 at 5:25 PM, Andreas Klöckner
<lists at informa.tiker.net>wrote:

> On Freitag 10 Juli 2009, Robert Kern wrote:
> > The user explicitly imports it in their ~/.ipython/ipy_user_conf.py . In
> > ipy_pydbgr.py's case, I presume that Rocky intends us to manually copy
> that
> > file into our ~/.ipython/ directories. I prefer to include these in the
> > package itself so that it is always installed and ready for users to
> > import.
>
> With PuDB 0.92.10, IPython integration is finally a reality. Quoting PuDB's
> PyPI page:
>
> 8<
> -------------------------------------------------------------------------
> PuDB ships with IPython integration. Just stick the line:
>
> import pudb.ipython
>
> into your $HOME/.ipython/ipy_user_conf.py, and then you may use the magic
> command:
>
> %pudb script.py [args]
>
> where [args] represents optional arguments, to launch PuDB from within
> IPython.
> 8<
> -------------------------------------------------------------------------
>
> Happy debugging,
> Andreas
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
Thanks Andreas for the implementation of the IPy integration.

It works happily with the latest IPy chech-out from the launchpad
repository.


-- 
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20090725/3dfe3f45/attachment.html>


More information about the IPython-dev mailing list