src/eric7/Debugger/DebugServer.py

branch
eric7-maintenance
changeset 10004
983477114d3c
parent 9654
7328efba128b
parent 9971
773ad1f1ed22
child 10079
0222a480e93d
equal deleted inserted replaced
9974:c2ae0dd2021a 10004:983477114d3c
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