392 <dd> |
392 <dd> |
393 list of stack entries (list of string) |
393 list of stack entries (list of string) |
394 </dd> |
394 </dd> |
395 </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
395 </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
396 <h4>DebugUI.__clientExit</h4> |
396 <h4>DebugUI.__clientExit</h4> |
397 <b>__clientExit</b>(<i>status, message</i>) |
397 <b>__clientExit</b>(<i>status, message, quiet</i>) |
398 <p> |
398 <p> |
399 Private method to handle the debugged program terminating. |
399 Private method to handle the debugged program terminating. |
400 </p><dl> |
400 </p><dl> |
401 <dt><i>status</i> (int)</dt> |
401 <dt><i>status</i> (int)</dt> |
402 <dd> |
402 <dd> |
403 exit code of the debugged program |
403 exit code of the debugged program |
404 </dd><dt><i>message</i> (str)</dt> |
404 </dd><dt><i>message</i> (str)</dt> |
405 <dd> |
405 <dd> |
406 exit message of the debugged program |
406 exit message of the debugged program |
|
407 </dd><dt><i>quiet</i> (bool)</dt> |
|
408 <dd> |
|
409 flag indicating to suppress exit info display |
407 </dd> |
410 </dd> |
408 </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
411 </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
409 <h4>DebugUI.__clientGone</h4> |
412 <h4>DebugUI.__clientGone</h4> |
410 <b>__clientGone</b>(<i>unplanned</i>) |
413 <b>__clientGone</b>(<i>unplanned</i>) |
411 <p> |
414 <p> |