--- a/Documentation/Source/eric6.Debugger.StartDialog.html Sun Jun 17 13:09:00 2018 +0200 +++ b/Documentation/Source/eric6.Debugger.StartDialog.html Sun Jun 17 16:56:10 2018 +0200 @@ -108,32 +108,33 @@ </table> <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> <h4>StartDialog (Constructor)</h4> -<b>StartDialog</b>(<i>caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) +<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) <p> Constructor </p><dl> -<dt><i>caption</i></dt> +<dt><i>caption</i> (str)</dt> <dd> -the caption to be displayed (string) -</dd><dt><i>interpreterList</i></dt> +the caption to be displayed +</dd><dt><i>lastUsedVenvName</i> (str)</dt> <dd> -list of interpreters (list of string) -</dd><dt><i>argvList</i></dt> +name of the most recently used virtual + environment +</dd><dt><i>argvList</i> (list of str)</dt> <dd> -history list of commandline arguments (list of strings) -</dd><dt><i>wdList</i></dt> +history list of command line arguments +</dd><dt><i>wdList</i> (list of str)</dt> <dd> -history list of working directories (list of strings) -</dd><dt><i>envList</i></dt> +history list of working directories +</dd><dt><i>envList</i> (list of str)</dt> <dd> -history list of environment settings (list of strings) -</dd><dt><i>exceptions</i></dt> +history list of environment parameter settings +</dd><dt><i>exceptions</i> (bool)</dt> <dd> -exception reporting flag (boolean) -</dd><dt><i>parent</i></dt> +exception reporting flag +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this dialog (QWidget) -</dd><dt><i>dialogType</i></dt> +parent widget of this dialog +</dd><dt><i>dialogType</i> (int (0 to 3))</dt> <dd> type of the start dialog <ul> @@ -142,29 +143,27 @@ <li>2 = start coverage dialog</li> <li>3 = start profile dialog</li> </ul> -</dd><dt><i>modfuncList=</i></dt> +</dd><dt><i>modfuncList=</i> (list of str)</dt> <dd> history list of module functions - (list of strings) -</dd><dt><i>tracePython=</i></dt> +</dd><dt><i>tracePython=</i> (bool)</dt> <dd> flag indicating if the Python library should - be traced as well (boolean) -</dd><dt><i>autoClearShell=</i></dt> + be traced as well +</dd><dt><i>autoClearShell=</i> (bool)</dt> <dd> flag indicating, that the interpreter window - should be cleared automatically (boolean) -</dd><dt><i>autoContinue=</i></dt> + should be cleared automatically +</dd><dt><i>autoContinue=</i> (bool)</dt> <dd> flag indicating, that the debugger should not - stop at the first executable line (boolean) -</dd><dt><i>autoFork=</i></dt> + stop at the first executable line +</dd><dt><i>autoFork=</i> (bool)</dt> <dd> -flag indicating the automatic fork mode (boolean) -</dd><dt><i>forkChild=</i></dt> +flag indicating the automatic fork mode +</dd><dt><i>forkChild=</i> (bool)</dt> <dd> flag indicating to debug the child after forking - (boolean) </dd> </dl><a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> <h4>StartDialog.__clearHistories</h4>