[Ipython-tickets] [IPython] #165: %run -d attempts to use pydb instead of pdb if the former is installed
IPython
ipython-tickets@scipy....
Mon Dec 31 05:05:24 CST 2007
#165: %run -d attempts to use pydb instead of pdb if the former is installed
----------------------+-----------------------------------------------------
Reporter: LevGivon | Owner: vivainio
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by vivainio):
The problem is that if we disable pydb for %run -d, we will also
necessarily disable it for post-mortem debugging. Should we really do
that?
If the user has installed pydb, he probably wants to use that. Probably
the correct route would be to solve the problems in pydb.
I'll implement a hackish workaround - a command line switch 'pydb' that is
required to choose pydb as the default debugger for run -h and postmortem.
%pydb will continue working without that switch.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/165#comment:2>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list