936 if self.passive: |
936 if self.passive: |
937 self.__createDebuggerInterface(Preferences.getDebugger("PassiveDbgType")) |
937 self.__createDebuggerInterface(Preferences.getDebugger("PassiveDbgType")) |
938 |
938 |
939 self.debuggerInterface.newConnection(sock) |
939 self.debuggerInterface.newConnection(sock) |
940 |
940 |
941 def masterClientConnected(self): |
941 def mainClientConnected(self): |
942 """ |
942 """ |
943 Public method to perform actions after the master client has finally |
943 Public method to perform actions after the main client has finally |
944 established the connection. |
944 established the connection. |
945 """ |
945 """ |
946 # Perform actions necessary, if client type has changed |
946 # Perform actions necessary, if client type has changed |
947 if self.lastClientType != self.clientType: |
947 if self.lastClientType != self.clientType: |
948 self.lastClientType = self.clientType |
948 self.lastClientType = self.clientType |