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 |