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

Doug Wyatt doug@sonosphere.com
Mon, 16 Aug 1999 11:52:29 -0700


At 18:55 +0200 8/16/99, Just van Rossum wrote:
> At 9:19 AM -0700 8/16/99, Doug Wyatt wrote:
>>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).
>
> Hm, could you try trashing the Python IDE prefs file and see whether that
> helps?


Aak, my mistake; I somehow was still running the old IDE.

All better now!

Thanks,

Doug