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

savageb savageb@pacbell.net
Sun, 18 Jul 1999 13:47:44 -0700


> 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.

Bob