--- a/Documentation/Source/eric6.Project.Project.html Sun Jun 17 13:09:00 2018 +0200 +++ b/Documentation/Source/eric6.Project.Project.html Sun Jun 17 16:56:10 2018 +0200 @@ -2707,43 +2707,43 @@ </dd> </dl><a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> <h4>Project.setDbgInfo</h4> -<b>setDbgInfo</b>(<i>interpreter, 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</i>) <p> Public method to set the debugging information. </p><dl> -<dt><i>interpreter</i></dt> +<dt><i>venvName</i> (str)</dt> <dd> -interpreter to be used (string) -</dd><dt><i>argv</i></dt> +name of the virtual environment used +</dd><dt><i>argv</i> (str)</dt> <dd> -command line arguments to be used (string) -</dd><dt><i>wd</i></dt> +command line arguments to be used +</dd><dt><i>wd</i> (str)</dt> <dd> -working directory (string) -</dd><dt><i>env</i></dt> +working directory +</dd><dt><i>env</i> (str)</dt> <dd> -environment setting (string) -</dd><dt><i>excReporting</i></dt> +environment setting +</dd><dt><i>excReporting</i> (bool)</dt> <dd> flag indicating the highlighting of exceptions -</dd><dt><i>excList</i></dt> +</dd><dt><i>excList</i> (list of str)</dt> <dd> -list of exceptions to be highlighted (list of strings) -</dd><dt><i>excIgnoreList</i></dt> +list of exceptions to be highlighted +</dd><dt><i>excIgnoreList</i> (list of str)</dt> <dd> -list of exceptions to be ignored (list of strings) -</dd><dt><i>autoClearShell</i></dt> +list of exceptions to be ignored +</dd><dt><i>autoClearShell</i> (bool)</dt> <dd> flag indicating, that the interpreter window - should be cleared (boolean) -</dd><dt><i>tracePython=</i></dt> + should be cleared +</dd><dt><i>tracePython=</i> (bool)</dt> <dd> flag to indicate if the Python library should be - traced as well (boolean) -</dd><dt><i>autoContinue=</i></dt> + traced as well +</dd><dt><i>autoContinue=</i> (bool)</dt> <dd> flag indicating, that the debugger should not - stop at the first executable line (boolean) + stop at the first executable line </dd> </dl><a NAME="Project.setDirty" ID="Project.setDirty"></a> <h4>Project.setDirty</h4>