789:c190cd71b097 | 790:2c0ea0163ef4 |
---|---|
189 # We are normally called by the debugger to execute directly. | 189 # We are normally called by the debugger to execute directly. |
190 | 190 |
191 if __name__ == '__main__': | 191 if __name__ == '__main__': |
192 debugClient = DebugClientThreads() | 192 debugClient = DebugClientThreads() |
193 debugClient.main() | 193 debugClient.main() |
194 | |
195 # | |
196 # eflag: FileType = Python2 |