eric6/Debugger/DebuggerInterfaceNone.py

changeset 7897
9acc015ea443
parent 7882
617cc27f11af
child 7923
91e843545d9a
--- a/eric6/Debugger/DebuggerInterfaceNone.py	Fri Dec 18 17:01:10 2020 +0100
+++ b/eric6/Debugger/DebuggerInterfaceNone.py	Sat Dec 19 14:41:43 2020 +0100
@@ -266,6 +266,18 @@
         """
         return
 
+    def remoteContinueUntil(self, debuggerId, line):
+        """
+        Public method to continue the debugged program to the given line
+        or until returning from the current frame.
+        
+        @param debuggerId ID of the debugger backend
+        @type str
+        @param line the new line, where execution should be continued to
+        @type int
+        """
+        return
+
     def remoteMoveIP(self, debuggerId, line):
         """
         Public method to move the instruction pointer to a different line.

eric ide

mercurial