7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
270 <dd> | 270 <dd> |
271 the frame object | 271 the frame object |
272 </dd> | 272 </dd> |
273 </dl> | 273 </dl> |
274 <dl> | 274 <dl> |
275 <dt>Returns:</dt> | 275 <dt>Return:</dt> |
276 <dd> | 276 <dd> |
277 Flag indicating a function / method with breakpoint | 277 Flag indicating a function / method with breakpoint |
278 </dd> | 278 </dd> |
279 </dl> | 279 </dl> |
280 <dl> | 280 <dl> |
296 <dd> | 296 <dd> |
297 frame object to be disassembled | 297 frame object to be disassembled |
298 </dd> | 298 </dd> |
299 </dl> | 299 </dl> |
300 <dl> | 300 <dl> |
301 <dt>Returns:</dt> | 301 <dt>Return:</dt> |
302 <dd> | 302 <dd> |
303 dictionary containing the disassembly information | 303 dictionary containing the disassembly information |
304 </dd> | 304 </dd> |
305 </dl> | 305 </dl> |
306 <dl> | 306 <dl> |
362 <dd> | 362 <dd> |
363 type of the exception | 363 type of the exception |
364 </dd> | 364 </dd> |
365 </dl> | 365 </dl> |
366 <dl> | 366 <dl> |
367 <dt>Returns:</dt> | 367 <dt>Return:</dt> |
368 <dd> | 368 <dd> |
369 exception name (string) | 369 exception name (string) |
370 </dd> | 370 </dd> |
371 </dl> | 371 </dl> |
372 <a NAME="DebugBase.__extractSystemExitMessage" ID="DebugBase.__extractSystemExitMessage"></a> | 372 <a NAME="DebugBase.__extractSystemExitMessage" ID="DebugBase.__extractSystemExitMessage"></a> |
382 <dd> | 382 <dd> |
383 details about the SystemExit exception | 383 details about the SystemExit exception |
384 </dd> | 384 </dd> |
385 </dl> | 385 </dl> |
386 <dl> | 386 <dl> |
387 <dt>Returns:</dt> | 387 <dt>Return:</dt> |
388 <dd> | 388 <dd> |
389 SystemExit code and message | 389 SystemExit code and message |
390 </dd> | 390 </dd> |
391 </dl> | 391 </dl> |
392 <dl> | 392 <dl> |
408 <dd> | 408 <dd> |
409 exception traceback | 409 exception traceback |
410 </dd> | 410 </dd> |
411 </dl> | 411 </dl> |
412 <dl> | 412 <dl> |
413 <dt>Returns:</dt> | 413 <dt>Return:</dt> |
414 <dd> | 414 <dd> |
415 list of stack frames | 415 list of stack frames |
416 </dd> | 416 </dd> |
417 </dl> | 417 </dl> |
418 <a NAME="DebugBase.__sendCallTrace" ID="DebugBase.__sendCallTrace"></a> | 418 <a NAME="DebugBase.__sendCallTrace" ID="DebugBase.__sendCallTrace"></a> |
454 <dd> | 454 <dd> |
455 the frame object | 455 the frame object |
456 </dd> | 456 </dd> |
457 </dl> | 457 </dl> |
458 <dl> | 458 <dl> |
459 <dt>Returns:</dt> | 459 <dt>Return:</dt> |
460 <dd> | 460 <dd> |
461 flag indicating whether the debugger should skip this frame | 461 flag indicating whether the debugger should skip this frame |
462 </dd> | 462 </dd> |
463 </dl> | 463 </dl> |
464 <dl> | 464 <dl> |
534 <dd> | 534 <dd> |
535 the frame object | 535 the frame object |
536 </dd> | 536 </dd> |
537 </dl> | 537 </dl> |
538 <dl> | 538 <dl> |
539 <dt>Returns:</dt> | 539 <dt>Return:</dt> |
540 <dd> | 540 <dd> |
541 flag indicating the break status | 541 flag indicating the break status |
542 </dd> | 542 </dd> |
543 </dl> | 543 </dl> |
544 <dl> | 544 <dl> |
572 <dd> | 572 <dd> |
573 the frame object | 573 the frame object |
574 </dd> | 574 </dd> |
575 </dl> | 575 </dl> |
576 <dl> | 576 <dl> |
577 <dt>Returns:</dt> | 577 <dt>Return:</dt> |
578 <dd> | 578 <dd> |
579 fixed up file name | 579 fixed up file name |
580 </dd> | 580 </dd> |
581 </dl> | 581 </dl> |
582 <dl> | 582 <dl> |
591 | 591 |
592 <p> | 592 <p> |
593 Public method to return the current frame. | 593 Public method to return the current frame. |
594 </p> | 594 </p> |
595 <dl> | 595 <dl> |
596 <dt>Returns:</dt> | 596 <dt>Return:</dt> |
597 <dd> | 597 <dd> |
598 the current frame | 598 the current frame |
599 </dd> | 599 </dd> |
600 </dl> | 600 </dl> |
601 <dl> | 601 <dl> |
619 distance of frame to get locals dictionary of. 0 is | 619 distance of frame to get locals dictionary of. 0 is |
620 the current frame (int) | 620 the current frame (int) |
621 </dd> | 621 </dd> |
622 </dl> | 622 </dl> |
623 <dl> | 623 <dl> |
624 <dt>Returns:</dt> | 624 <dt>Return:</dt> |
625 <dd> | 625 <dd> |
626 locals dictionary of the frame | 626 locals dictionary of the frame |
627 </dd> | 627 </dd> |
628 </dl> | 628 </dl> |
629 <a NAME="DebugBase.getStack" ID="DebugBase.getStack"></a> | 629 <a NAME="DebugBase.getStack" ID="DebugBase.getStack"></a> |
643 <dd> | 643 <dd> |
644 flag to assign trace function to fr.f_trace | 644 flag to assign trace function to fr.f_trace |
645 </dd> | 645 </dd> |
646 </dl> | 646 </dl> |
647 <dl> | 647 <dl> |
648 <dt>Returns:</dt> | 648 <dt>Return:</dt> |
649 <dd> | 649 <dd> |
650 list of lists with file name (string), line number (integer) | 650 list of lists with file name (string), line number (integer) |
651 and function name (string) | 651 and function name (string) |
652 </dd> | 652 </dd> |
653 </dl> | 653 </dl> |
765 flag indicating to close the debugger session | 765 flag indicating to close the debugger session |
766 at exit | 766 at exit |
767 </dd> | 767 </dd> |
768 </dl> | 768 </dl> |
769 <dl> | 769 <dl> |
770 <dt>Returns:</dt> | 770 <dt>Return:</dt> |
771 <dd> | 771 <dd> |
772 exit code of the program | 772 exit code of the program |
773 </dd> | 773 </dd> |
774 </dl> | 774 </dl> |
775 <dl> | 775 <dl> |
928 <dd> | 928 <dd> |
929 the frame object | 929 the frame object |
930 </dd> | 930 </dd> |
931 </dl> | 931 </dl> |
932 <dl> | 932 <dl> |
933 <dt>Returns:</dt> | 933 <dt>Return:</dt> |
934 <dd> | 934 <dd> |
935 flag indicating whether the debugger should stop here | 935 flag indicating whether the debugger should stop here |
936 </dd> | 936 </dd> |
937 </dl> | 937 </dl> |
938 <dl> | 938 <dl> |
997 <dd> | 997 <dd> |
998 The arguments | 998 The arguments |
999 </dd> | 999 </dd> |
1000 </dl> | 1000 </dl> |
1001 <dl> | 1001 <dl> |
1002 <dt>Returns:</dt> | 1002 <dt>Return:</dt> |
1003 <dd> | 1003 <dd> |
1004 local trace function | 1004 local trace function |
1005 </dd> | 1005 </dd> |
1006 </dl> | 1006 </dl> |
1007 <dl> | 1007 <dl> |