src/eric7/Debugger/DebuggerInterfaceNone.py

branch
eric7
changeset 11029
1cd8701ed260
parent 10985
91243eb0390d
child 11090
f5f5f5803935
--- a/src/eric7/Debugger/DebuggerInterfaceNone.py	Fri Nov 01 12:25:41 2024 +0100
+++ b/src/eric7/Debugger/DebuggerInterfaceNone.py	Fri Nov 01 18:12:30 2024 +0100
@@ -579,6 +579,18 @@
         """
         return
 
+    def setAutoContinue(self, autoContinue):
+        """
+        Public method to set the automatic continue flag of the interface.
+
+        If this is set to True, the debugger will tell the debug client to continue
+        when it stops at the first line of the script to be debugged.
+
+        @param autoContinue flag indicating the auto continue state
+        @type bool
+        """
+        return
+
 
 def createDebuggerInterfaceNone(debugServer, passive):
     """

eric ide

mercurial