--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Tue Aug 23 19:33:07 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Tue Aug 23 19:35:42 2022 +0200 @@ -1528,16 +1528,20 @@ </dl> <a NAME="DebugUI.setExceptionReporting" ID="DebugUI.setExceptionReporting"></a> <h4>DebugUI.setExceptionReporting</h4> -<b>setExceptionReporting</b>(<i>exceptions</i>) +<b>setExceptionReporting</b>(<i>exceptions, unhandledExceptions=True</i>) <p> Public slot to initialize the exception reporting flag. </p> <dl> -<dt><i>exceptions</i></dt> +<dt><i>exceptions</i> (bool)</dt> <dd> -flag indicating exception reporting status (boolean) +flag indicating exception reporting status +</dd> +<dt><i>unhandledExceptions</i> (bool)</dt> +<dd> +flag indicating to always report unhandled exceptions </dd> </dl> <a NAME="DebugUI.setMultiprocessNoDebugHistory" ID="DebugUI.setMultiprocessNoDebugHistory"></a>