--- a/src/eric7/Debugger/DebugServer.py Tue Apr 04 17:26:54 2023 +0200 +++ b/src/eric7/Debugger/DebugServer.py Wed Apr 05 11:58:22 2023 +0200 @@ -938,9 +938,9 @@ self.debuggerInterface.newConnection(sock) - def masterClientConnected(self): + def mainClientConnected(self): """ - Public method to perform actions after the master client has finally + Public method to perform actions after the main client has finally established the connection. """ # Perform actions necessary, if client type has changed