diff -r 21df384d6150 -r cc920e534ac0 eric6/DebugClients/Python/AsyncFile.py --- a/eric6/DebugClients/Python/AsyncFile.py Wed Jan 29 19:38:13 2020 +0100 +++ b/eric6/DebugClients/Python/AsyncFile.py Thu Jan 30 19:37:03 2020 +0100 @@ -345,6 +345,7 @@ cmd = prepareJsonCommand("ClientOutput", { "text": s, + "debuggerId": "", }) self.wpending.append(cmd) self.flush()