diff -r 5b5e68ccca03 -r ae9ab1e150dc eric6/Documentation/Source/eric6.Project.Project.html --- a/eric6/Documentation/Source/eric6.Project.Project.html Tue Jan 26 14:09:30 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Wed Jan 27 10:06:09 2021 +0100 @@ -3870,7 +3870,7 @@ </dl> <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> <h4>Project.setDbgInfo</h4> -<b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>) +<b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None</i>) <p> Public method to set the debugging information. @@ -3920,6 +3920,16 @@ flag indicating, that the debugger should not stop at the first executable line </dd> +<dt><i>enableMultiprocess</i> (bool)</dt> +<dd> +flag indicating, that the debugger should + run in multi process mode +</dd> +<dt><i>multiprocessNoDebug</i> (str)</dt> +<dd> +list of programs not to be debugged in + multi process mode +</dd> </dl> <a NAME="Project.setDirty" ID="Project.setDirty"></a> <h4>Project.setDirty</h4>