eric6/Debugger/DebuggerInterfacePython.py

branch
multi_processing
changeset 7376
21df384d6150
parent 7374
5401ae8ddaa1
child 7377
cc920e534ac0
equal deleted inserted replaced
7375:af2500ced7e0 7376:21df384d6150
1112 1112
1113 logging.debug("<Debug-Server> %s", line) 1113 logging.debug("<Debug-Server> %s", line)
1114 ## print("Server: ", line) ##debug 1114 ## print("Server: ", line) ##debug
1115 1115
1116 self.__handleJsonCommand(line, sock) 1116 self.__handleJsonCommand(line, sock)
1117 continue
1118 1117
1119 def __handleJsonCommand(self, jsonStr, sock): 1118 def __handleJsonCommand(self, jsonStr, sock):
1120 """ 1119 """
1121 Private method to handle a command or response serialized as a 1120 Private method to handle a command or response serialized as a
1122 JSON string. 1121 JSON string.

eric ide

mercurial