src/eric7/Debugger/DebuggerInterfacePython.py

branch
server
changeset 10761
63618ecdbe57
parent 10704
27d21e5163b8
parent 10760
f702f6781b05
child 10764
5915ca2466b2
equal deleted inserted replaced
10759:aeb98b3fa008 10761:63618ecdbe57
1620 # corrupted data -> discard and continue 1620 # corrupted data -> discard and continue
1621 continue 1621 continue
1622 1622
1623 jsonStr = data.decode("utf-8", "backslashreplace") 1623 jsonStr = data.decode("utf-8", "backslashreplace")
1624 1624
1625 logging.debug("<Debug-Server> %s", jsonStr) 1625 logging.getLogger(__name__).debug("<Debug-Server> %s", jsonStr)
1626 ##print("Server: ", jsonStr) ## debug # __IGNORE_WARNING_M891__ 1626 ##print("Server: ", jsonStr) ## debug # __IGNORE_WARNING_M891__
1627 1627
1628 self.handleJsonCommand(jsonStr, sock) 1628 self.handleJsonCommand(jsonStr, sock)
1629 1629
1630 def handleJsonCommand(self, jsonStr, sock): 1630 def handleJsonCommand(self, jsonStr, sock):

eric ide

mercurial