diff -r 447bd181896b -r d9693316149f Debugger/DebugUI.py --- 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