--- 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): """