--- a/eric7/Documentation/Source/eric7.Debugger.StartDialog.html Mon Aug 23 19:15:36 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Debugger.StartDialog.html Mon Aug 23 19:16:33 2021 +0200 @@ -135,7 +135,7 @@ <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> <h4>StartDialog (Constructor)</h4> -<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None</i>) +<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None</i>) <p> Constructor @@ -215,6 +215,19 @@ dictionary containing the global config override data </dd> +<dt><i>forProject</i> (bool)</dt> +<dd> +flag indicating to get the parameters for a + run/debug/... action for a project +</dd> +<dt><i>scriptName</i> (str)</dt> +<dd> +name of the script +</dd> +<dt><i>scriptsList</i> (list of str)</dt> +<dd> +history list of script names +</dd> </dl> <a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> <h4>StartDialog.__clearHistories</h4> @@ -280,14 +293,15 @@ <dl> <dt>Return:</dt> <dd> -a tuple of interpreter, argv, workdir, environment, - exceptions flag, clear interpreter flag and run in console flag +a tuple of virtual environment, script name, argv, workdir, + environment, exceptions flag, clear interpreter flag and run in + console flag </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, str, bool, bool, bool) +tuple of (str, str, str, str, str, bool, bool, bool) </dd> </dl> <a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> @@ -345,15 +359,15 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the histories of command line arguments, - working directories, environment settings and no debug programs - lists +tuple containing the histories of script names, command line + arguments, working directories, environment settings and no debug + programs lists </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of four list of str +tuple of five list of str </dd> </dl> <a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>