eric6/DebugClients/Python/DebugClient.py

changeset 7639
422fd05e9c91
parent 7360
9190402e4505
child 7646
39e3db2b4936
child 7924
8a96736d465e
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
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: noqa = M702

eric ide

mercurial