DebugClients/Python/DebugClient.py

changeset 790
2c0ea0163ef4
parent 13
1af94a91f439
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
34 # We are normally called by the debugger to execute directly. 34 # We are normally called by the debugger to execute directly.
35 35
36 if __name__ == '__main__': 36 if __name__ == '__main__':
37 debugClient = DebugClient() 37 debugClient = DebugClient()
38 debugClient.main() 38 debugClient.main()
39
40 #
41 # eflag: FileType = Python2

eric ide

mercurial