--- a/eric6/Documentation/Source/eric6.Debugger.DebugServer.html Sat Feb 27 11:28:22 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugServer.html Sat Feb 27 12:08:23 2021 +0100 @@ -212,6 +212,11 @@ emitted to indicate that the last connected debug client has terminated </dd> +<dt>mainClientExit()</dt> +<dd> +emitted to indicate that the main client process + has exited +</dd> <dt>passiveDebugStarted(str, bool)</dt> <dd> emitted after the debug client has @@ -740,6 +745,10 @@ <td>Public method to process the last client exit event.</td> </tr> <tr> +<td><a href="#DebugServer.signalMainClientExit">signalMainClientExit</a></td> +<td>Public method to process the main client exiting.</td> +</tr> +<tr> <td><a href="#DebugServer.startClient">startClient</a></td> <td>Public method to start a debug client.</td> </tr> @@ -3188,6 +3197,13 @@ <p> Public method to process the last client exit event. </p> +<a NAME="DebugServer.signalMainClientExit" ID="DebugServer.signalMainClientExit"></a> +<h4>DebugServer.signalMainClientExit</h4> +<b>signalMainClientExit</b>(<i></i>) + +<p> + Public method to process the main client exiting. +</p> <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> <h4>DebugServer.startClient</h4> <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None</i>)