511 <h4>DebugClientBase.attachThread</h4> |
511 <h4>DebugClientBase.attachThread</h4> |
512 <b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=False</i>) |
512 <b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=False</i>) |
513 <p> |
513 <p> |
514 Public method to setup a thread for DebugClient to debug. |
514 Public method to setup a thread for DebugClient to debug. |
515 </p><p> |
515 </p><p> |
516 If mainThread is non-zero, then we are attaching to the already |
516 If mainThread is True, then we are attaching to the already |
517 started mainthread of the app and the rest of the args are ignored. |
517 started mainthread of the app and the rest of the args are ignored. |
518 </p><dl> |
518 </p><dl> |
519 <dt><i>target</i></dt> |
519 <dt><i>target</i></dt> |
520 <dd> |
520 <dd> |
521 the start function of the target thread (i.e. the |
521 the start function of the target thread (i.e. the |