[Ipython-tickets] [IPython] #165: %run -d attempts to use pydb instead of pdb if the former is installed
IPython
ipython-tickets@scipy....
Mon May 28 12:22:00 CDT 2007
#165: %run -d attempts to use pydb instead of pdb if the former is installed
----------------------+-----------------------------------------------------
Reporter: LevGivon | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
After recently installing pydb 1.22, I noticed that ipython would attempt
to use it rather than pdb when running a script via the magic command %run
-d. Shouldn't the %run command always use pdb regardless of whether pydb
is installed unless explicitly set to do so? I raise this issue because
%run -d appears to exhibit some problematic behavior when it uses pydb
rather than pdb (e.g., breakpoints specified by the -bN flag are not
properly set).
I am using ipython 0.8.1 with Python 2.5 on Linux.
--
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/165>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list