7376:21df384d6150 | 7377:cc920e534ac0 |
---|---|
343 """ | 343 """ |
344 self.__checkMode('w') | 344 self.__checkMode('w') |
345 | 345 |
346 cmd = prepareJsonCommand("ClientOutput", { | 346 cmd = prepareJsonCommand("ClientOutput", { |
347 "text": s, | 347 "text": s, |
348 "debuggerId": "", | |
348 }) | 349 }) |
349 self.wpending.append(cmd) | 350 self.wpending.append(cmd) |
350 self.flush() | 351 self.flush() |
351 | 352 |
352 def write_p(self, s): | 353 def write_p(self, s): |