--- a/src/eric7/Debugger/DebuggerInterfaceNone.py Fri Nov 17 17:53:14 2023 +0100 +++ b/src/eric7/Debugger/DebuggerInterfaceNone.py Sat Nov 18 15:18:17 2023 +0100 @@ -167,6 +167,7 @@ traceInterpreter=False, autoContinue=True, enableMultiprocess=False, + reportAllExceptions=False, ): """ Public method to load a new program to debug. @@ -186,6 +187,9 @@ @param enableMultiprocess flag indicating to perform multiprocess debugging @type bool + @param reportAllExceptions flag indicating to report all exceptions + instead of unhandled exceptions only + @type bool """ return