diff -r ff28050f5dec -r 4a017fdf316f src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html --- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Nov 17 17:53:14 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Sat Nov 18 15:18:17 2023 +0100 @@ -955,7 +955,7 @@ </dl> <a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a> <h4>DebuggerInterfacePython.remoteLoad</h4> -<b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, </i>) +<b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, reportAllExceptions=False, </i>) <p> Public method to load a new program to debug. @@ -989,6 +989,11 @@ flag indicating to perform multiprocess debugging </dd> +<dt><i>reportAllExceptions</i> (bool)</dt> +<dd> +flag indicating to report all exceptions + instead of unhandled exceptions only +</dd> </dl> <a NAME="DebuggerInterfacePython.remoteMoveIP" ID="DebuggerInterfacePython.remoteMoveIP"></a> <h4>DebuggerInterfacePython.remoteMoveIP</h4>