Skip to content
Commit 8f4d4b42 authored by Aaron Meurer's avatar Aaron Meurer
Browse files

Make %pdb enable PuDB in IPython

This currently works only IPython 1.0.0, though it could probably be
backported.

It currently happens automatically when you import pudb.ipython (it works by
monkeypatching ip.debugger). For example, with this

In [1]: import pudb.ipython

In [2]: %pdb
Automatic pdb calling has been turned ON

In [3]: raise Exception

will enter PuDB.

The %pudb magic is completely unrelated at the moment.
parent 6f03b991
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment