eric6/DebugClients/Python/DebugClientBase.py

branch
multi_processing
changeset 7392
b6674724612a
parent 7390
052ce4cf06c6
child 7403
7446a7eacfc3
equal deleted inserted replaced
7390:052ce4cf06c6 7392:b6674724612a
1485 "message": message, 1485 "message": message,
1486 }) 1486 })
1487 1487
1488 # reset coding 1488 # reset coding
1489 self.__coding = self.defaultCoding 1489 self.__coding = self.defaultCoding
1490
1491 self.sessionClose(False)
1490 1492
1491 def __dumpVariables(self, frmnr, scope, filterList): 1493 def __dumpVariables(self, frmnr, scope, filterList):
1492 """ 1494 """
1493 Private method to return the variables of a frame to the debug server. 1495 Private method to return the variables of a frame to the debug server.
1494 1496

eric ide

mercurial