eric6/Debugger/DebugUI.py

branch
multi_processing
changeset 7405
bf6be3cff6cf
parent 7397
f8d2f6dd6636
child 7408
0d58e708f57b
--- a/eric6/Debugger/DebugUI.py	Sat Feb 08 17:02:40 2020 +0100
+++ b/eric6/Debugger/DebugUI.py	Sun Feb 09 19:27:49 2020 +0100
@@ -2395,3 +2395,12 @@
         @rtype str
         """
         return self.debugViewer.getSelectedDebuggerId()
+    
+    def setDebugActionsEnabled(self, enable):
+        """
+        Public method to set the enabled state of the debug actions.
+        
+        @param enable enable state to be set
+        @type bool
+        """
+        self.debugActGrp.setEnabled(enable)

eric ide

mercurial