Improve description.

This commit is contained in:
Andreas Kloeckner 2009-09-11 09:49:49 -04:00
parent d5e9be0ee0
commit 7af5573fca

View File

@ -19,8 +19,6 @@ setup(name='pudb',
excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI
might look familiar. might look familiar.
Here's a screenshot: Here's a screenshot:
.. image:: http://tiker.net/pub/pudb-screenshot.png .. image:: http://tiker.net/pub/pudb-screenshot.png
@ -52,6 +50,8 @@ setup(name='pudb',
* PuDB places special emphasis on exception handling. A post-mortem mode makes * PuDB places special emphasis on exception handling. A post-mortem mode makes
it easy to retrace a crashing program's last steps. it easy to retrace a crashing program's last steps.
* IPython integration (see `wiki <http://wiki.tiker.net/PuDB>`_)
Installing Installing
---------- ----------
@ -70,20 +70,11 @@ setup(name='pudb',
python -m pudb.run my-script.py python -m pudb.run my-script.py
IPython integration Documentation
^^^^^^^^^^^^^^^^^^^ -------------
PuDB ships with IPython integration. Just stick the line:: PuDB has a `wiki <http://wiki.tiker.net/PuDB>`_, where documentation and
debugging wisdom are collected.
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.
Programming PuDB Programming PuDB
---------------- ----------------