167 <dd> |
167 <dd> |
168 the run method of *.QThread |
168 the run method of *.QThread |
169 </dd> |
169 </dd> |
170 </dl><a NAME="ThreadExtension.attachThread" ID="ThreadExtension.attachThread"></a> |
170 </dl><a NAME="ThreadExtension.attachThread" ID="ThreadExtension.attachThread"></a> |
171 <h4>ThreadExtension.attachThread</h4> |
171 <h4>ThreadExtension.attachThread</h4> |
172 <b>attachThread</b>(<i>target=None, args=None, kwargs={}, mainThread=False</i>) |
172 <b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=False</i>) |
173 <p> |
173 <p> |
174 Public method to setup a standard thread for DebugClient to debug. |
174 Public method to setup a standard thread for DebugClient to debug. |
175 </p><p> |
175 </p><p> |
176 If mainThread is True, then we are attaching to the already |
176 If mainThread is True, then we are attaching to the already |
177 started mainthread of the app and the rest of the args are ignored. |
177 started mainthread of the app and the rest of the args are ignored. |