--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Sat Apr 20 18:02:35 2024 +0200 @@ -1704,7 +1704,7 @@ <dd> maximum size the formatted value of a variable will be shown. If it is bigger than that, a 'too big' indication will - be given (@@TOO_BIG_TO_SHOW@@). + be given (@@TOO_BIG_TO_SHOW@@). (unused) </dd> </dl> <a NAME="DebugServer.remoteClientVariables" ID="DebugServer.remoteClientVariables"></a> @@ -2397,7 +2397,7 @@ </dl> <a NAME="DebugServer.signalClientCompletionList" ID="DebugServer.signalClientCompletionList"></a> <h4>DebugServer.signalClientCompletionList</h4> -<b>signalClientCompletionList</b>(<i>completionList, text, debuggerId</i>) +<b>signalClientCompletionList</b>(<i>completionList, text, _debuggerId</i>) <p> Public method to process the client auto completion info. </p> @@ -2412,9 +2412,9 @@ <dd> the text to be completed </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugServer.signalClientDebuggerId" ID="DebugServer.signalClientDebuggerId"></a>