src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 9971
773ad1f1ed22
parent 9653
e67609152c5e
child 10004
983477114d3c
child 10065
de4ae767b0e3
equal deleted inserted replaced
9970:c3686b43f76b 9971:773ad1f1ed22
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

eric ide

mercurial