diff -r 64db35c6e335 -r 28b14d2df6a1 src/eric7/Debugger/DebuggerInterfacePython.py --- a/src/eric7/Debugger/DebuggerInterfacePython.py Sat Feb 10 11:26:08 2024 +0100 +++ b/src/eric7/Debugger/DebuggerInterfacePython.py Sat Feb 10 11:28:58 2024 +0100 @@ -1503,7 +1503,7 @@ logging.debug("<Debug-Server> %s", jsonStr) ##print("Server: ", jsonStr) ## debug # __IGNORE_WARNING_M891__ - self.__handleJsonCommand(jsonStr, sock) + self.handleJsonCommand(jsonStr, sock) def handleJsonCommand(self, jsonStr, sock): """