diff -r ff28050f5dec -r 4a017fdf316f src/eric7/DebugClients/Python/MultiProcessDebugExtension.py --- a/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py Fri Nov 17 17:53:14 2023 +0100 +++ b/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py Sat Nov 18 15:18:17 2023 +0100 @@ -325,7 +325,7 @@ wd, host, port, - exceptions, + reportAllExceptions, tracePython, redirect, noencoding, @@ -335,7 +335,7 @@ host=host, port=port, enableTrace=multiprocess and not isSubprocessFork, - exceptions=exceptions, + reportAllExceptions=reportAllExceptions, tracePython=tracePython, redirect=redirect, passive=False,