--- a/src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html Fri Nov 17 17:53:14 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.StartDialog.html Sat Nov 18 15:18:17 2023 +0100 @@ -125,7 +125,7 @@ <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> <h4>StartDialog (Constructor)</h4> -<b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, unhandledExceptions, parent=None, dialogMode=StartDialogMode.Debug, 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, parent=None, dialogMode=StartDialogMode.Debug, modfuncList=None, autoClearShell=True, tracePython=False, autoContinue=True, reportAllExceptions=False, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, </i>) <p> Constructor @@ -153,14 +153,6 @@ <dd> history list of environment parameter settings </dd> -<dt><i>exceptions</i> (bool)</dt> -<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 @@ -179,21 +171,25 @@ <dd> history list of module functions </dd> +<dt><i>autoClearShell</i> (bool)</dt> +<dd> +flag indicating, that the interpreter window + should be cleared automatically +</dd> <dt><i>tracePython</i> (bool)</dt> <dd> flag indicating if the Python library should be traced as well </dd> -<dt><i>autoClearShell</i> (bool)</dt> -<dd> -flag indicating, that the interpreter window - 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 </dd> +<dt><i>reportAllExceptions</i> (bool)</dt> +<dd> +flag indicating to report all exceptions +</dd> <dt><i>enableMultiprocess</i> (bool)</dt> <dd> flag indicating the support for multi process @@ -287,15 +283,14 @@ <dl> <dt>Return:</dt> <dd> -a tuple of virtual environment, script name, argv, workdir, - environment, exceptions flag, unhandled exceptions flag, clear interpreter - flag and run in console flag +tuple containing the virtual environment, script name, argv, workdir, + environment, 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, bool) +tuple of (str, str, str, str, str, bool, bool) </dd> </dl> <a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> @@ -309,17 +304,17 @@ <dl> <dt>Return:</dt> <dd> -a tuple of a flag indicating, if the Python library should be +tuple containing a flag indicating, if the Python library should be traced as well, a flag indicating, that the debugger should not - stop at the first executable line, a flag indicating to support - multi process debugging and a space separated list of programs not - to be debugged + stop at the first executable line, a flag indicating to report all + exceptions, a flag indicating to support multi process debugging and a + space separated list of programs not to be debugged </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (bool, bool, bool, str) +tuple of (bool, bool, bool, bool, str) </dd> </dl> <a NAME="StartDialog.getGlobalOverrideData" ID="StartDialog.getGlobalOverrideData"></a>