diff -r 0265ea456b49 -r 0f7f8e65eeed src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html --- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Tue Oct 18 16:11:00 2022 +0200 @@ -72,6 +72,10 @@ <td>Private method to set the debugger id for a recent debugger connection attempt.</td> </tr> <tr> +<td><a href="#DebuggerInterfacePython.__determineDebugClient">__determineDebugClient</a></td> +<td>Private method to determine the debug client to be started.</td> +</tr> +<tr> <td><a href="#DebuggerInterfacePython.__flush">__flush</a></td> <td>Private slot to flush the queue.</td> </tr> @@ -311,6 +315,25 @@ id of the connected debug client </dd> </dl> +<a NAME="DebuggerInterfacePython.__determineDebugClient" ID="DebuggerInterfacePython.__determineDebugClient"></a> +<h4>DebuggerInterfacePython.__determineDebugClient</h4> +<b>__determineDebugClient</b>(<i></i>) + +<p> + Private method to determine the debug client to be started. +</p> +<dl> +<dt>Return:</dt> +<dd> +path of the debug client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="DebuggerInterfacePython.__flush" ID="DebuggerInterfacePython.__flush"></a> <h4>DebuggerInterfacePython.__flush</h4> <b>__flush</b>(<i></i>)