DebugClients/Python3/DebugThread.py

branch
debugger speed
changeset 5174
8c48f5e0cd92
parent 5131
889ed5ff7a68
equal deleted inserted replaced
5170:fb9168c2e069 5174:8c48f5e0cd92
29 29
30 @param dbgClient the owning client 30 @param dbgClient the owning client
31 @param targ the target method in the run thread 31 @param targ the target method in the run thread
32 @param args arguments to be passed to the thread 32 @param args arguments to be passed to the thread
33 @param kwargs arguments to be passed to the thread 33 @param kwargs arguments to be passed to the thread
34 @param mainThread 0 if this thread is not the mainscripts thread 34 @param mainThread False if this thread is not the main script's thread
35 """ 35 """
36 DebugBase.__init__(self, dbgClient) 36 DebugBase.__init__(self, dbgClient)
37 37
38 self._target = targ 38 self._target = targ
39 self._args = args 39 self._args = args

eric ide

mercurial