diff -r 306373ccf8fd -r 27d21e5163b8 src/eric7/DebugClients/Python/MultiprocessingExtension.py --- a/src/eric7/DebugClients/Python/MultiprocessingExtension.py Wed Apr 10 17:03:56 2024 +0200 +++ b/src/eric7/DebugClients/Python/MultiprocessingExtension.py Wed May 15 10:45:50 2024 +0200 @@ -55,13 +55,13 @@ _debugging = True try: ( - wd, + _wd, host, port, reportAllExceptions, tracePython, redirect, - noencoding, + _noencoding, ) = _debugClient.startOptions[:7] _debugClient.startDebugger( sys.argv[0],