--- a/eric6/DebugClients/Python/DebugClientBase.py Thu Sep 19 19:22:43 2019 +0200 +++ b/eric6/DebugClients/Python/DebugClientBase.py Thu Sep 19 19:39:04 2019 +0200 @@ -651,8 +651,8 @@ _locals = \ self.currentThread.getFrameLocals( self.framenr) - # reset sys.stdout to our redirector - # (unconditionally) + ## reset sys.stdout to our redirector + ## (unconditionally) if "sys" in _globals: __stdout = _globals["sys"].stdout _globals["sys"].stdout = self.writestream