diff -r 08e853c0c77b -r 64db35c6e335 src/eric7/Debugger/DebuggerInterfacePython.py --- a/src/eric7/Debugger/DebuggerInterfacePython.py Fri Feb 09 19:54:15 2024 +0100 +++ b/src/eric7/Debugger/DebuggerInterfacePython.py Sat Feb 10 11:26:08 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): """