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 |