Debugger/DebugServer.py

changeset 2318
3a3ee7cc2ad6
parent 2302
f29e9405c851
child 2488
0ac8e48f7092
--- 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()

eric ide

mercurial