#26: Mike, try _adding_ the checkline() method in IPython/Debugger.py. Clicking
the IPython/Debugger.py link in
http://bazaar.launchpad.net/~ipython-dev/ipython/0.10.1/revision/1214
will display added lines in dark green.
The IPython Pdb class inherits from the standard Pdb class ("from pdb
import Pdb as OldPdb", followed later by "class Pdb(OldPdb):").
Fernando's fix overrides the checkline() method, whereas Minjae's
original solution modified the standard Pdb.checkline() to tolerate the
way IPython does things.
--
Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb
instance has no attribute 'curframe'
https://bugs.launchpad.net/bugs/381069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs