188 ID of the debugger backend |
188 ID of the debugger backend |
189 </dd> |
189 </dd> |
190 </dl> |
190 </dl> |
191 <a NAME="CallTraceViewer.__clientExit" ID="CallTraceViewer.__clientExit"></a> |
191 <a NAME="CallTraceViewer.__clientExit" ID="CallTraceViewer.__clientExit"></a> |
192 <h4>CallTraceViewer.__clientExit</h4> |
192 <h4>CallTraceViewer.__clientExit</h4> |
193 <b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>) |
193 <b>__clientExit</b>(<i>_program, _status, _message, _quiet, debuggerId</i>) |
194 <p> |
194 <p> |
195 Private slot to handle a debug client terminating. |
195 Private slot to handle a debug client terminating. |
196 </p> |
196 </p> |
197 |
197 |
198 <dl> |
198 <dl> |
199 |
199 |
200 <dt><i>program</i> (str)</dt> |
200 <dt><i>_program</i> (str)</dt> |
201 <dd> |
201 <dd> |
202 name of the exited program |
202 name of the exited program (unused) |
203 </dd> |
203 </dd> |
204 <dt><i>status</i> (int)</dt> |
204 <dt><i>_status</i> (int)</dt> |
205 <dd> |
205 <dd> |
206 exit code of the debugged program |
206 exit code of the debugged program (unused) |
207 </dd> |
207 </dd> |
208 <dt><i>message</i> (str)</dt> |
208 <dt><i>_message</i> (str)</dt> |
209 <dd> |
209 <dd> |
210 exit message of the debugged program |
210 exit message of the debugged program (unused) |
211 </dd> |
211 </dd> |
212 <dt><i>quiet</i> (bool)</dt> |
212 <dt><i>_quiet</i> (bool)</dt> |
213 <dd> |
213 <dd> |
214 flag indicating to suppress exit info display |
214 flag indicating to suppress exit info display (unused) |
215 </dd> |
215 </dd> |
216 <dt><i>debuggerId</i> (str)</dt> |
216 <dt><i>debuggerId</i> (str)</dt> |
217 <dd> |
217 <dd> |
218 ID of the debugger backend |
218 ID of the debugger backend |
219 </dd> |
219 </dd> |