--- a/src/eric7/Debugger/DebugServer.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Debugger/DebugServer.py Tue Dec 19 19:57:08 2023 +0100 @@ -1404,6 +1404,7 @@ @param debuggerId ID of the debugger backend @type str @param special flag indicating a special continue operation + @type bool """ self.debuggerInterface.remoteContinue(debuggerId, special)