diff -r 3e8adcb59aad -r c8b027c654bc eric7/Debugger/DebuggerInterfacePython.py --- a/eric7/Debugger/DebuggerInterfacePython.py Sun Feb 20 17:38:10 2022 +0100 +++ b/eric7/Debugger/DebuggerInterfacePython.py Mon Feb 21 17:39:06 2022 +0100 @@ -138,7 +138,7 @@ @return the process object @rtype QProcess or None """ - proc = QProcess() + proc = QProcess(self) if environment is not None: env = QProcessEnvironment() for key, value in list(environment.items()):