diff -r 5b5e68ccca03 -r ae9ab1e150dc eric6/Documentation/Source/eric6.Debugger.DebugUI.html --- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Tue Jan 26 14:09:30 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Wed Jan 27 10:06:09 2021 +0100 @@ -399,6 +399,10 @@ <td>Public method to set the enabled state of the debug actions.</td> </tr> <tr> +<td><a href="#DebugUI.setEnableMultiprocess">setEnableMultiprocess</a></td> +<td>Public slot to initialize the enableMultiprocess flag.</td> +</tr> +<tr> <td><a href="#DebugUI.setEnvHistory">setEnvHistory</a></td> <td>Public slot to initialize the env history.</td> </tr> @@ -1430,6 +1434,21 @@ enable state to be set </dd> </dl> +<a NAME="DebugUI.setEnableMultiprocess" ID="DebugUI.setEnableMultiprocess"></a> +<h4>DebugUI.setEnableMultiprocess</h4> +<b>setEnableMultiprocess</b>(<i>enableMultiprocess</i>) + +<p> + Public slot to initialize the enableMultiprocess flag. +</p> +<dl> + +<dt><i>enableMultiprocess</i> (bool)</dt> +<dd> +flag indicating, that the debugger should be + run in multi process mode +</dd> +</dl> <a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a> <h4>DebugUI.setEnvHistory</h4> <b>setEnvHistory</b>(<i>envStr, clearHistories=False, history=None</i>) @@ -1506,7 +1525,7 @@ <dt><i>noDebugList</i> (str)</dt> <dd> -whitespace separated list of progframs not to be +whitespace separated list of programs not to be debugged </dd> <dt><i>clearHistories</i> (bool)</dt>