Revision 89bdf373c4fc5b28f0b62de8fee4c9fb97c35411 authored by Terry Jan Reedy on 21 November 2015, 00:36:38 UTC, committed by Terry Jan Reedy on 21 November 2015, 00:36:38 UTC
debugger is active (15347); b) closing the debugger with the [X] button
(15348); and c) activating the debugger when already active (24455).
The patch by Mark Roseman does this by making two changes.
1. To suspend and resume the gui.interaction method, use the tcl vwait
mechanism interded for this purpose instead of root.mainloop & .quit.
2. In gui.run, allow any existing interaction to terminate first.
1 parent 6156560
History
File Mode Size
Grammar -rw-r--r-- 5.8 KB

back to top