diff -r 052ce4cf06c6 -r b6674724612a eric6/DebugClients/Python/DebugClientBase.py --- a/eric6/DebugClients/Python/DebugClientBase.py Sun Feb 02 19:29:56 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Mon Feb 03 19:54:02 2020 +0100 @@ -1487,6 +1487,8 @@ # reset coding self.__coding = self.defaultCoding + + self.sessionClose(False) def __dumpVariables(self, frmnr, scope, filterList): """