--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Fri Nov 17 17:53:14 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Sat Nov 18 15:18:17 2023 +0100 @@ -1529,20 +1529,16 @@ </dl> <a NAME="DebugUI.setExceptionReporting" ID="DebugUI.setExceptionReporting"></a> <h4>DebugUI.setExceptionReporting</h4> -<b>setExceptionReporting</b>(<i>exceptions, unhandledExceptions=True</i>) +<b>setExceptionReporting</b>(<i>reportAllExceptions</i>) <p> Public slot to initialize the exception reporting flag. </p> <dl> -<dt><i>exceptions</i> (bool)</dt> +<dt><i>reportAllExceptions</i> (bool)</dt> <dd> -flag indicating exception reporting status -</dd> -<dt><i>unhandledExceptions</i> (bool)</dt> -<dd> -flag indicating to always report unhandled exceptions +flag indicating to report all exceptions </dd> </dl> <a NAME="DebugUI.setMultiprocessNoDebugHistory" ID="DebugUI.setMultiprocessNoDebugHistory"></a>