diff -r 812ee8c0a91a -r 39e3db2b4936 eric6/DebugClients/Python/MultiProcessDebugExtension.py --- a/eric6/DebugClients/Python/MultiProcessDebugExtension.py Wed Jun 17 17:14:12 2020 +0200 +++ b/eric6/DebugClients/Python/MultiProcessDebugExtension.py Sun Jul 05 11:11:24 2020 +0200 @@ -61,6 +61,7 @@ return getattr(os, originalName)(path, *args) return newExecl + def patchNewProcessFunctions(multiprocessEnabled, debugClient): """ Function to patch the process creation functions to support multiprocess