src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html

branch
eric7
changeset 10689
3ede487187f2
parent 10684
58c7f23ae1cb
child 10935
680150fd2b8c
equal deleted inserted replaced
10688:0d9853ceb288 10689:3ede487187f2
356 name of the thread signaling the event 356 name of the thread signaling the event
357 </dd> 357 </dd>
358 </dl> 358 </dl>
359 <a NAME="DebugViewer.__clientExit" ID="DebugViewer.__clientExit"></a> 359 <a NAME="DebugViewer.__clientExit" ID="DebugViewer.__clientExit"></a>
360 <h4>DebugViewer.__clientExit</h4> 360 <h4>DebugViewer.__clientExit</h4>
361 <b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>) 361 <b>__clientExit</b>(<i>_program, _status, _message, _quiet, debuggerId</i>)
362 <p> 362 <p>
363 Private method to handle the debugged program terminating. 363 Private method to handle the debugged program terminating.
364 </p> 364 </p>
365 365
366 <dl> 366 <dl>
367 367
368 <dt><i>program</i> (str)</dt> 368 <dt><i>_program</i> (str)</dt>
369 <dd> 369 <dd>
370 name of the exited program 370 name of the exited program (unused)
371 </dd> 371 </dd>
372 <dt><i>status</i> (int)</dt> 372 <dt><i>_status</i> (int)</dt>
373 <dd> 373 <dd>
374 exit code of the debugged program 374 exit code of the debugged program (unused)
375 </dd> 375 </dd>
376 <dt><i>message</i> (str)</dt> 376 <dt><i>_message</i> (str)</dt>
377 <dd> 377 <dd>
378 exit message of the debugged program 378 exit message of the debugged program (unused)
379 </dd> 379 </dd>
380 <dt><i>quiet</i> (bool)</dt> 380 <dt><i>_quiet</i> (bool)</dt>
381 <dd> 381 <dd>
382 flag indicating to suppress exit info display 382 flag indicating to suppress exit info display (unused)
383 </dd> 383 </dd>
384 <dt><i>debuggerId</i> (str)</dt> 384 <dt><i>debuggerId</i> (str)</dt>
385 <dd> 385 <dd>
386 ID of the debugger backend 386 ID of the debugger backend
387 </dd> 387 </dd>

eric ide

mercurial