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

Just van Rossum just@letterror.com
Mon, 16 Aug 1999 18:55:32 +0200


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?

Just