--- a/eric6/DebugClients/Python/ModuleLoader.py Mon Feb 10 19:49:45 2020 +0100 +++ b/eric6/DebugClients/Python/ModuleLoader.py Tue Feb 11 18:58:38 2020 +0100 @@ -86,7 +86,7 @@ ): module.eric6_patched = True self.__dbgClient.patchQThread(module) - patchQProcess(module, self.__dbgClient.startOptions) + patchQProcess(module, self.__dbgClient) self.__enableImportHooks = True return module