1118 |
1118 |
1119 method = commandDict["method"] |
1119 method = commandDict["method"] |
1120 params = commandDict["params"] |
1120 params = commandDict["params"] |
1121 |
1121 |
1122 if method == "DebuggerId": |
1122 if method == "DebuggerId": |
1123 self.__assignDebuggerId(sock, params["id"]) |
1123 self.__assignDebuggerId(sock, params["debuggerId"]) |
1124 |
1124 |
1125 elif method == "ClientOutput": |
1125 elif method == "ClientOutput": |
1126 self.debugServer.signalClientOutput(params["text"]) |
1126 self.debugServer.signalClientOutput(params["text"]) |
1127 |
1127 |
1128 elif method in ["ResponseLine", "ResponseStack"]: |
1128 elif method in ["ResponseLine", "ResponseStack"]: |