--- a/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerDebuggerInterface.html Wed Oct 09 17:50:11 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerDebuggerInterface.html Wed Oct 09 18:18:00 2024 +0200 @@ -99,6 +99,10 @@ <td>Private method to handle the main client exiting.</td> </tr> <tr> +<td><a href="#EricServerDebuggerInterface.__handleStartClientError">__handleStartClientError</a></td> +<td>Private method to handle an error starting the remote debug client.</td> +</tr> +<tr> <td><a href="#EricServerDebuggerInterface.callback">callback</a></td> <td>Function to handle the server reply</td> </tr> @@ -228,6 +232,20 @@ dictionary containing the reply data </dd> </dl> +<a NAME="EricServerDebuggerInterface.__handleStartClientError" ID="EricServerDebuggerInterface.__handleStartClientError"></a> +<h4>EricServerDebuggerInterface.__handleStartClientError</h4> +<b>__handleStartClientError</b>(<i>params</i>) +<p> + Private method to handle an error starting the remote debug client. +</p> + +<dl> + +<dt><i>params</i> (dict)</dt> +<dd> +dictionary containing the reply data +</dd> +</dl> <a NAME="EricServerDebuggerInterface.callback" ID="EricServerDebuggerInterface.callback"></a> <h4>EricServerDebuggerInterface.callback</h4> <b>callback</b>(<i>params</i>)