eric6/DebugClients/Python/DebugClient.py

branch
multi_processing
changeset 7646
39e3db2b4936
parent 7412
0a995393d2ba
parent 7639
422fd05e9c91
child 7923
91e843545d9a
equal deleted inserted replaced
7627:812ee8c0a91a 7646:39e3db2b4936
32 # We are normally called by the debugger to execute directly. 32 # We are normally called by the debugger to execute directly.
33 33
34 if __name__ == '__main__': 34 if __name__ == '__main__':
35 debugClient = DebugClient() 35 debugClient = DebugClient()
36 debugClient.main() 36 debugClient.main()
37
38 #
39 # eflag: noqa = M702

eric ide

mercurial