DebugClients/Python3/DebugClientBase.py

branch
6_1_x
changeset 4605
25851e211cfa
parent 4541
e8ddd9d76414
child 4632
ca310db386ed
--- a/DebugClients/Python3/DebugClientBase.py	Mon Nov 30 18:52:18 2015 +0100
+++ b/DebugClients/Python3/DebugClientBase.py	Sat Dec 05 13:20:36 2015 +0100
@@ -1324,6 +1324,7 @@
             self.running = None
             self.write('{0}{1:d}\n'.format(DebugProtocol.ResponseExit, status))
             if exit:
+                self.writestream.close(True)
                 sys.exit(status)
         
         # reset coding

eric ide

mercurial