--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sat Dec 19 15:22:26 2020 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sat Dec 19 19:57:09 2020 +0100 @@ -275,6 +275,10 @@ <td>Public method to store a disassembly of the code object raising an exception.</td> </tr> <tr> +<td><a href="#DebugClientBase.skipMultiProcessDebugging">skipMultiProcessDebugging</a></td> +<td>Public method to check, if the given script is eligible for debugging.</td> +</tr> +<tr> <td><a href="#DebugClientBase.startDebugger">startDebugger</a></td> <td>Public method used to start the remote debugger.</td> </tr> @@ -1149,6 +1153,32 @@ dictionary containing the disassembly information </dd> </dl> +<a NAME="DebugClientBase.skipMultiProcessDebugging" ID="DebugClientBase.skipMultiProcessDebugging"></a> +<h4>DebugClientBase.skipMultiProcessDebugging</h4> +<b>skipMultiProcessDebugging</b>(<i>scriptName</i>) + +<p> + Public method to check, if the given script is eligible for debugging. +</p> +<dl> + +<dt><i>scriptName</i> (str)</dt> +<dd> +name of the script to check +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating eligibility +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="DebugClientBase.startDebugger" ID="DebugClientBase.startDebugger"></a> <h4>DebugClientBase.startDebugger</h4> <b>startDebugger</b>(<i>filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False</i>)