DebugClients/Python/DebugClientThreads.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
6 """ 6 """
7 Module implementing the multithreaded version of the debug client. 7 Module implementing the multithreaded version of the debug client.
8 """ 8 """
9 9
10 import thread 10 import thread
11 import sys
11 12
12 from AsyncIO import * 13 from AsyncIO import AsyncIO
13 from DebugThread import * 14 from DebugThread import DebugThread
14 from DebugBase import *
15 import DebugClientBase 15 import DebugClientBase
16 16
17 17
18 def _debugclient_start_new_thread(target, args, kwargs={}): 18 def _debugclient_start_new_thread(target, args, kwargs={}):
19 """ 19 """

eric ide

mercurial