--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Thu May 25 19:52:31 2023 +0200 @@ -915,19 +915,11 @@ </dl> <a NAME="DebugClientBase.sendDebuggerId" ID="DebugClientBase.sendDebuggerId"></a> <h4>DebugClientBase.sendDebuggerId</h4> -<b>sendDebuggerId</b>(<i>debuggerId</i>) +<b>sendDebuggerId</b>(<i></i>) <p> Public method to send the debug client id. </p> -<dl> - -<dt><i>debuggerId</i> (str)</dt> -<dd> -id of this debug client instance (made up of - hostname and process ID) -</dd> -</dl> <a NAME="DebugClientBase.sendException" ID="DebugClientBase.sendException"></a> <h4>DebugClientBase.sendException</h4> <b>sendException</b>(<i>exceptionType, exceptionMessage, stack, threadName</i>)