4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
195 # We are normally called by the debugger to execute directly. | 195 # We are normally called by the debugger to execute directly. |
196 | 196 |
197 if __name__ == '__main__': | 197 if __name__ == '__main__': |
198 debugClient = DebugClientThreads() | 198 debugClient = DebugClientThreads() |
199 debugClient.main() | 199 debugClient.main() |
200 | |
201 # | |
202 # eflag: noqa = M702 |