bpo-17942: Improve IDLE debugger user interface by roseman · Pull Request #2454 · python/cpython (original) (raw)
Turn Debugger on, Run file, and
Traceback (most recent call last):
File "F:\Python\mypy\tem2.py", line 1, in
import Tkinter as tk
File "F:\Python\mypy\tem2.py", line 1, in
import Tkinter as tk
File "f:\dev\3x\lib\bdb.py", line 86, in trace_dispatch
return self.dispatch_line(frame)
File "f:\dev\3x\lib\bdb.py", line 110, in dispatch_line
self.user_line(frame)
File "f:\dev\3x\lib\idlelib\debugger.py", line 32, in user_line
self.gui.interaction(message, frame)
AttributeError: 'PyShellFileList' object has no attribute 'already_open'