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