DebugClients/Python/DebugClientThreads.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
189 # We are normally called by the debugger to execute directly. 189 # We are normally called by the debugger to execute directly.
190 190
191 if __name__ == '__main__': 191 if __name__ == '__main__':
192 debugClient = DebugClientThreads() 192 debugClient = DebugClientThreads()
193 debugClient.main() 193 debugClient.main()
194
195 #
196 # eflag: FileType = Python2

eric ide

mercurial