diff -r 8358c3c95841 -r 29fb6d420a25 eric6/Documentation/Source/eric6.Debugger.StartDialog.html --- a/eric6/Documentation/Source/eric6.Debugger.StartDialog.html Sun Mar 14 19:59:27 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.StartDialog.html Mon Mar 15 17:55:48 2021 +0100 @@ -103,6 +103,10 @@ <td>Public method to retrieve the debug related data entered into this dialog.</td> </tr> <tr> +<td><a href="#StartDialog.getGlobalOverrideData">getGlobalOverrideData</a></td> +<td>Public method to retrieve the global configuration override data entered into this dialog.</td> +</tr> +<tr> <td><a href="#StartDialog.getHistories">getHistories</a></td> <td>Public method to get the lists of histories.</td> </tr> @@ -131,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</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</i>) <p> Constructor @@ -206,6 +210,11 @@ list of lists with programs not to be debugged </dd> +<dt><i>configOverride</i> (dict)</dt> +<dd> +dictionary containing the global config override + data +</dd> </dl> <a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> <h4>StartDialog.__clearHistories</h4> @@ -305,6 +314,27 @@ tuple of (bool, bool, bool, str) </dd> </dl> +<a NAME="StartDialog.getGlobalOverrideData" ID="StartDialog.getGlobalOverrideData"></a> +<h4>StartDialog.getGlobalOverrideData</h4> +<b>getGlobalOverrideData</b>(<i></i>) + +<p> + Public method to retrieve the global configuration override data + entered into this dialog. +</p> +<dl> +<dt>Return:</dt> +<dd> +dictionary containing a flag indicating to activate the global + override and a flag indicating a redirect of stdin/stdout/stderr +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <a NAME="StartDialog.getHistories" ID="StartDialog.getHistories"></a> <h4>StartDialog.getHistories</h4> <b>getHistories</b>(<i></i>)