eric6/DebugClients/Python/DebugClient.py

branch
maintenance
changeset 7642
72721823d453
parent 7639
422fd05e9c91
child 7646
39e3db2b4936
child 7924
8a96736d465e
equal deleted inserted replaced
7608:f7cb83647621 7642:72721823d453
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