DebugClients/Python/DebugClientBase.py

changeset 4944
d4709f4818bb
parent 4943
e093b4e24e97
child 5005
684f5ba04f0b
child 5132
a094eee9f862
equal deleted inserted replaced
4943:e093b4e24e97 4944:d4709f4818bb
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

eric ide

mercurial