diff -r 3e4605cc3541 -r c1588f5a83e9 eric6/Documentation/Source/eric6.Debugger.ExceptionLogger.html --- a/eric6/Documentation/Source/eric6.Debugger.ExceptionLogger.html Thu Dec 17 14:30:46 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.ExceptionLogger.html Thu Dec 17 14:40:06 2020 +0100 @@ -173,24 +173,28 @@ </dl> <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a> <h4>ExceptionLogger.addException</h4> -<b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) +<b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) <p> Public slot to handle the arrival of a new exception. </p> <dl> -<dt><i>exceptionType</i></dt> +<dt><i>exceptionType</i> (str)</dt> <dd> -type of exception raised (string) +type of exception raised </dd> -<dt><i>exceptionMessage</i></dt> +<dt><i>exceptionMessage</i> (str)</dt> <dd> -message given by the exception (string) +message given by the exception </dd> -<dt><i>stackTrace</i></dt> +<dt><i>stackTrace</i> (list)</dt> <dd> -list of stack entries. +list of stack entries +</dd> +<dt><i>debuggerId</i> (str)</dt> +<dd> +ID of the debugger backend </dd> </dl> <a NAME="ExceptionLogger.debuggingStarted" ID="ExceptionLogger.debuggingStarted"></a>