eric6/DebugClients/Python/AsyncFile.py

branch
multi_processing
changeset 7377
cc920e534ac0
parent 7360
9190402e4505
child 7646
39e3db2b4936
--- 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()

eric ide

mercurial