]> granicus.if.org Git - python/commit
Clear associated breakpoints when closing an edit window.
authorKurt B. Kaiser <kbk@shore.net>
Mon, 24 Jun 2002 17:03:37 +0000 (17:03 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 24 Jun 2002 17:03:37 +0000 (17:03 +0000)
commit83118c6cb36cf9a424bec1b9a2ef8c8760bae8f5
treeca6d528344b531001ed06cdd3af041b7184733cb
parentab5dae35ca5d64cf08c2a48105af4f92dd53b27d
Clear associated breakpoints when closing an edit window.

M Debugger.py      : Added clear_file_breaks()
M EditorWindow.py  : Clear breaks when closed, commments->docstrings,
                     comment out some debugging print statements
M PyShell.py       : comments->docstrings ; clarify extending EditorWindow
                     methods.
M RemoteDebugger.py: Add clear_all_file_breaks() functionality,
                     clarify some comments.
Lib/idlelib/Debugger.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/PyShell.py
Lib/idlelib/RemoteDebugger.py