--- a/src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html Tue Aug 23 19:33:07 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html Tue Aug 23 19:35:42 2022 +0200 @@ -121,7 +121,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, forProject=False, scriptName="", scriptsList=None, </i>) +<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, unhandledExceptions, 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 @@ -153,6 +153,10 @@ <dd> exception reporting flag </dd> +<dt><i>unhandledExceptions</i> (bool)</dt> +<dd> +flag indicating to always report unhandled exceptions +</dd> <dt><i>parent</i> (QWidget)</dt> <dd> parent widget of this dialog @@ -280,14 +284,14 @@ <dt>Return:</dt> <dd> a tuple of virtual environment, script name, argv, workdir, - environment, exceptions flag, clear interpreter flag and run in - console flag + environment, exceptions flag, unhandled exceptions flag, clear interpreter + flag and run in console flag </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, str, str, bool, bool, bool) +tuple of (str, str, str, str, str, bool, bool, bool, bool) </dd> </dl> <a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>