[IPython-dev] autoload and making %pydb be more ipythonic (was: Extensions/pydb_ipy.py added)
R. Bernstein
rocky at panix.com
Sat Nov 25 17:22:38 CST 2006
Ville M. Vainio writes:
> It's just that having to import ipy_pydb would make enabling pydb a
> configuration option. Sometimes one may wish to use standard pdb even
> when pydb is installed.
But one can't run %pydb and get pdb, so there's no ambiguity
here. (For pdb one needs "%run -d")
>
> And the import need not be manual - it's quite easy to add "import
> ipy_pydb" to your personal ipy_user_conf.py.
Okay, will do for now. Thanks.
More information about the IPython-dev
mailing list