src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10760
f702f6781b05
parent 10697
8a609e4c71b6
child 10761
63618ecdbe57
equal deleted inserted replaced
10758:1fd5ea95c0e3 10760:f702f6781b05
1432 # corrupted data -> discard and continue 1432 # corrupted data -> discard and continue
1433 continue 1433 continue
1434 1434
1435 jsonStr = data.decode("utf-8", "backslashreplace") 1435 jsonStr = data.decode("utf-8", "backslashreplace")
1436 1436
1437 logging.debug("<Debug-Server> %s", jsonStr) 1437 logging.getLogger(__name__).debug("<Debug-Server> %s", jsonStr)
1438 ##print("Server: ", jsonStr) ## debug # __IGNORE_WARNING_M891__ 1438 ##print("Server: ", jsonStr) ## debug # __IGNORE_WARNING_M891__
1439 1439
1440 self.__handleJsonCommand(jsonStr, sock) 1440 self.__handleJsonCommand(jsonStr, sock)
1441 1441
1442 def __handleJsonCommand(self, jsonStr, sock): 1442 def __handleJsonCommand(self, jsonStr, sock):

eric ide

mercurial