1048 self.writestream.write(s) |
1048 self.writestream.write(s) |
1049 self.writestream.flush() |
1049 self.writestream.flush() |
1050 |
1050 |
1051 def __interact(self): |
1051 def __interact(self): |
1052 """ |
1052 """ |
1053 Private method to Interact with the debugger. |
1053 Private method to interact with the debugger. |
1054 """ |
1054 """ |
1055 global DebugClientInstance |
1055 global DebugClientInstance |
1056 |
1056 |
1057 self.setDescriptors(self.readstream, self.writestream) |
1057 self.setDescriptors(self.readstream, self.writestream) |
1058 DebugClientInstance = self |
1058 DebugClientInstance = self |