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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10689
3ede487187f2
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
326 ID of a newly connected debugger backend 326 ID of a newly connected debugger backend
327 </dd> 327 </dd>
328 </dl> 328 </dl>
329 <a NAME="DebugViewer.__clientException" ID="DebugViewer.__clientException"></a> 329 <a NAME="DebugViewer.__clientException" ID="DebugViewer.__clientException"></a>
330 <h4>DebugViewer.__clientException</h4> 330 <h4>DebugViewer.__clientException</h4>
331 <b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId, threadName, </i>) 331 <b>__clientException</b>(<i>_exceptionType, _exceptionMessage, _stackTrace, debuggerId, threadName, </i>)
332 <p> 332 <p>
333 Private method to handle an exception of the debugged program. 333 Private method to handle an exception of the debugged program.
334 </p> 334 </p>
335 335
336 <dl> 336 <dl>
337 337
338 <dt><i>exceptionType</i> (str)</dt> 338 <dt><i>_exceptionType</i> (str)</dt>
339 <dd> 339 <dd>
340 type of exception raised 340 type of exception raised (unused)
341 </dd> 341 </dd>
342 <dt><i>exceptionMessage</i> ((str)</dt> 342 <dt><i>_exceptionMessage</i> ((str)</dt>
343 <dd> 343 <dd>
344 message given by the exception 344 message given by the exception (unused)
345 </dd> 345 </dd>
346 <dt><i>stackTrace</i> (list of str)</dt> 346 <dt><i>_stackTrace</i> (list of str)</dt>
347 <dd> 347 <dd>
348 list of stack entries 348 list of stack entries (unused)
349 </dd> 349 </dd>
350 <dt><i>debuggerId</i> (str)</dt> 350 <dt><i>debuggerId</i> (str)</dt>
351 <dd> 351 <dd>
352 ID of the debugger backend 352 ID of the debugger backend
353 </dd> 353 </dd>
386 ID of the debugger backend 386 ID of the debugger backend
387 </dd> 387 </dd>
388 </dl> 388 </dl>
389 <a NAME="DebugViewer.__clientLine" ID="DebugViewer.__clientLine"></a> 389 <a NAME="DebugViewer.__clientLine" ID="DebugViewer.__clientLine"></a>
390 <h4>DebugViewer.__clientLine</h4> 390 <h4>DebugViewer.__clientLine</h4>
391 <b>__clientLine</b>(<i>fn, line, debuggerId, threadName</i>) 391 <b>__clientLine</b>(<i>_fn, _line, debuggerId, threadName</i>)
392 <p> 392 <p>
393 Private method to handle a change to the current line. 393 Private method to handle a change to the current line.
394 </p> 394 </p>
395 395
396 <dl> 396 <dl>
397 397
398 <dt><i>fn</i> (str)</dt> 398 <dt><i>_fn</i> (str)</dt>
399 <dd> 399 <dd>
400 filename 400 filename (unused)
401 </dd> 401 </dd>
402 <dt><i>line</i> (int)</dt> 402 <dt><i>_line</i> (int)</dt>
403 <dd> 403 <dd>
404 linenumber 404 linenumber (unused)
405 </dd> 405 </dd>
406 <dt><i>debuggerId</i> (str)</dt> 406 <dt><i>debuggerId</i> (str)</dt>
407 <dd> 407 <dd>
408 ID of the debugger backend 408 ID of the debugger backend
409 </dd> 409 </dd>
412 name of the thread signaling the event 412 name of the thread signaling the event
413 </dd> 413 </dd>
414 </dl> 414 </dl>
415 <a NAME="DebugViewer.__clientSyntaxError" ID="DebugViewer.__clientSyntaxError"></a> 415 <a NAME="DebugViewer.__clientSyntaxError" ID="DebugViewer.__clientSyntaxError"></a>
416 <h4>DebugViewer.__clientSyntaxError</h4> 416 <h4>DebugViewer.__clientSyntaxError</h4>
417 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo, debuggerId, threadName, </i>) 417 <b>__clientSyntaxError</b>(<i>_message, _filename, _lineNo, _characterNo, debuggerId, threadName, </i>)
418 <p> 418 <p>
419 Private method to handle a syntax error in the debugged program. 419 Private method to handle a syntax error in the debugged program.
420 </p> 420 </p>
421 421
422 <dl> 422 <dl>
423 423
424 <dt><i>message</i> (str)</dt> 424 <dt><i>_message</i> (str)</dt>
425 <dd> 425 <dd>
426 message of the syntax error 426 message of the syntax error (unused)
427 </dd> 427 </dd>
428 <dt><i>filename</i> (str)</dt> 428 <dt><i>_filename</i> (str)</dt>
429 <dd> 429 <dd>
430 translated filename of the syntax error position 430 translated filename of the syntax error position (unused)
431 </dd> 431 </dd>
432 <dt><i>lineNo</i> (int)</dt> 432 <dt><i>_lineNo</i> (int)</dt>
433 <dd> 433 <dd>
434 line number of the syntax error position 434 line number of the syntax error position (unused)
435 </dd> 435 </dd>
436 <dt><i>characterNo</i> (int)</dt> 436 <dt><i>_characterNo</i> (int)</dt>
437 <dd> 437 <dd>
438 character number of the syntax error position 438 character number of the syntax error position (unused)
439 </dd> 439 </dd>
440 <dt><i>debuggerId</i> (str)</dt> 440 <dt><i>debuggerId</i> (str)</dt>
441 <dd> 441 <dd>
442 ID of the debugger backend 442 ID of the debugger backend
443 </dd> 443 </dd>
446 name of the thread signaling the event 446 name of the thread signaling the event
447 </dd> 447 </dd>
448 </dl> 448 </dl>
449 <a NAME="DebugViewer.__debuggerSelected" ID="DebugViewer.__debuggerSelected"></a> 449 <a NAME="DebugViewer.__debuggerSelected" ID="DebugViewer.__debuggerSelected"></a>
450 <h4>DebugViewer.__debuggerSelected</h4> 450 <h4>DebugViewer.__debuggerSelected</h4>
451 <b>__debuggerSelected</b>(<i>current, previous</i>) 451 <b>__debuggerSelected</b>(<i>current, _previous</i>)
452 <p> 452 <p>
453 Private slot to handle the selection of a debugger backend in the 453 Private slot to handle the selection of a debugger backend in the
454 debuggers list. 454 debuggers list.
455 </p> 455 </p>
456 456
458 458
459 <dt><i>current</i> (QTreeWidgetItem)</dt> 459 <dt><i>current</i> (QTreeWidgetItem)</dt>
460 <dd> 460 <dd>
461 reference to the new current item 461 reference to the new current item
462 </dd> 462 </dd>
463 <dt><i>previous</i> (QTreeWidgetItem)</dt> 463 <dt><i>_previous</i> (QTreeWidgetItem)</dt>
464 <dd> 464 <dd>
465 reference to the previous current item 465 reference to the previous current item (unused)
466 </dd> 466 </dd>
467 </dl> 467 </dl>
468 <a NAME="DebugViewer.__frameSelected" ID="DebugViewer.__frameSelected"></a> 468 <a NAME="DebugViewer.__frameSelected" ID="DebugViewer.__frameSelected"></a>
469 <h4>DebugViewer.__frameSelected</h4> 469 <h4>DebugViewer.__frameSelected</h4>
470 <b>__frameSelected</b>(<i>frmnr</i>) 470 <b>__frameSelected</b>(<i>frmnr</i>)

eric ide

mercurial