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

Doug Wyatt doug@sonosphere.com
Mon, 16 Aug 1999 00:16:44 -0700


At 13:47 -0700 7/18/99, savageb wrote:
>> Try replacing bdb.py with the attached file.
>>
>> Just
>>
>
> That didn't fix it. I get the following traceback:
>
>
> File "bdb.py", line 248, in clear_all_file_breaks
>       blist = Breakpoint.bplist[filename, line]
>
> or :
>
> File "bdb.py", line 223, in clear_break
>       for bp in Breakpoint.bplist[filename, lineno][:]:
>
> depending on whether I am trying to clear all or just the single breakpoint.
>
> I am going to try a clean reinstall of Python, just to make sure I don't
> have something else messed up.



Hi,

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.

Doug