--- a/Debugger/DebugServer.py Mon Jan 07 15:34:36 2013 +0100 +++ b/Debugger/DebugServer.py Mon Jan 07 16:34:02 2013 +0100 @@ -358,13 +358,14 @@ # only start the client, if we are not in passive mode if not self.passive: if self.clientProcess: - self.clientProcess.readyReadStandardError.disconnect( - self.__clientProcessError) - self.clientProcess.readyReadStandardOutput.disconnect( - self.__clientProcessOutput) +## self.clientProcess.readyReadStandardError.disconnect( +## self.__clientProcessError) +## self.clientProcess.readyReadStandardOutput.disconnect( +## self.__clientProcessOutput) self.clientProcess.close() self.clientProcess.kill() self.clientProcess.waitForFinished(10000) + self.clientProcess.deleteLater() self.clientProcess = None self.__createDebuggerInterface()