Debugger/DebugUI.py

branch
6_0_x
changeset 4190
d9693316149f
parent 4022
f5f42921717e
child 4191
47341b626127
--- 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

eric ide

mercurial