[Pythonmac-SIG] Error in PyDebugger.py / bdb.py

Doug Wyatt doug@sonosphere.com
Mon, 16 Aug 1999 09:19:01 -0700


At 12:43 +0200 8/16/99, Just van Rossum wrote:
>>FWIW, this is happening to me too, with a fairly recently clean
>>install of 1.52b1.  I don't seem to remember this happening with 1.51.
>
> I've uploaded a fixed IDE and bdb.py for use with MacPython 1.5.2b1 to
>
>   <ftp://starship.python.net/pub/crew/just/IDE_for_1.5.2b1.sit.hqx>

Thanks, but that doesn't solve it.  Now I'm getting a KeyError:

File "bdb.py", line 223, in clear_break
       for bp in Breakpoint.bplist[filename, lineno][:]:

Breakpoint.bplist is an empty dictionary (though my file has several 
breakpoints).

Doug