Sat, 28 Mar 2015 21:34:40 +0100
Fixed some exceptions when pressing a debugger related hotkey, e.g. F9.
(grafted from 283cc9507dcd90f5fd28e3ecf62be5ee7c261ba3)
Debugger/DebugUI.py | file | annotate | diff | comparison | revisions |
--- a/Debugger/DebugUI.py Sat Mar 28 12:11:11 2015 +0100 +++ b/Debugger/DebugUI.py Sat Mar 28 21:34:40 2015 +0100 @@ -999,6 +999,9 @@ self.__getThreadList() self.__getClientVariables() + self.debugActGrp.setEnabled(True) + self.debugActGrp2.setEnabled(True) + def __clientExit(self, status): """ Private method to handle the debugged program terminating. @@ -1240,10 +1243,6 @@ vlist = [('None', '', '')] self.debugViewer.showVariables(vlist, False) - if scope < 1: - self.debugActGrp.setEnabled(True) - self.debugActGrp2.setEnabled(True) - def __clientVariable(self, scope, variables): """ Private method to write the contents of a clients classvariable to