Comment 29 for bug 381069

Revision history for this message
Jon Olav Vik (jonovik) wrote :

#28: This particular bug only requires that you replace the file
site-packages/ipython-0.10-py2.6.egg/IPython/Debugger.py
(or wherever it is on your system)
with the latest version at
http://bazaar.launchpad.net/~ipython-dev/ipython/0.10.1/download/head%3A/debugger.py-20080216095032-xb0is4a97lmosv2z-24/Debugger.py

The only change is the addition of a checkline() method, as explained in #27.