src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 9971
773ad1f1ed22
parent 9653
e67609152c5e
child 10004
983477114d3c
child 10065
de4ae767b0e3
diff -r c3686b43f76b -r 773ad1f1ed22 src/eric7/Debugger/DebugServer.py
--- 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

eric ide

mercurial