[Python-bugs-list] Debugger crashes on Win2000 Professional (PR#300)

mappel@attglobal.net mappel@attglobal.net
Wed, 19 Apr 2000 14:48:14 -0400 (EDT)


Full_Name: Michael Appelmans
Version: 1.6a2,  win32all 131
OS: Windows 2000 Pro
Submission from: slip-32-100-40-151.oh.us.prserv.net (32.100.40.151)


As soon as I start the debugger in Pythonwin a small window pops up, disappears
and the exception listed below is raised.

---------------------------------------------------------
Test program used to create the exception:
def main():
    line = "ssss";
    print line;

main();  
---------------------------------------------------------
File "H:\Python16\lib\pdb.py", line 133, in interaction
    self.cmdloop()
  File "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 527, in cmdloop
    self.GUIAboutToBreak()
  File "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 782, in
GUIAboutToBreak
    self.GUIAboutToInteract()
  File "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 813, in
GUIAboutToInteract
    self.GUIRespondDebuggerData()
  File "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 768, in
GUIRespondDebuggerData
    cb.RespondDebuggerData()
  File "H:\Python16\Pythonwin\pywin\debugger\debugger.py", line 207, in
RespondDebuggerData
    if self.list.GetItemImage(handle)!= (col, selCol):
  File "H:\Python16\Pythonwin\pywin\mfc\object.py", line 22, in __getattr__
    raise win32ui.error, "The MFC object has died."
win32ui: The MFC object has died.