354 <dd> |
354 <dd> |
355 filename the breakpoint belongs to |
355 filename the breakpoint belongs to |
356 </dd> |
356 </dd> |
357 <dt><i>line</i> (int)</dt> |
357 <dt><i>line</i> (int)</dt> |
358 <dd> |
358 <dd> |
359 linenumber of the breakpoint |
359 line number of the breakpoint |
360 </dd> |
360 </dd> |
361 <dt><i>setBreakpoint</i> (bool)</dt> |
361 <dt><i>setBreakpoint</i> (bool)</dt> |
362 <dd> |
362 <dd> |
363 flag indicating setting or resetting a breakpoint |
363 flag indicating setting or resetting a breakpoint |
364 </dd> |
364 </dd> |
388 <dd> |
388 <dd> |
389 filename the breakpoint belongs to |
389 filename the breakpoint belongs to |
390 </dd> |
390 </dd> |
391 <dt><i>line</i> (int)</dt> |
391 <dt><i>line</i> (int)</dt> |
392 <dd> |
392 <dd> |
393 linenumber of the breakpoint |
393 line number of the breakpoint |
394 </dd> |
394 </dd> |
395 <dt><i>enable</i> (bool)</dt> |
395 <dt><i>enable</i> (bool)</dt> |
396 <dd> |
396 <dd> |
397 flag indicating enabling or disabling a breakpoint |
397 flag indicating enabling or disabling a breakpoint |
398 </dd> |
398 </dd> |
464 <dd> |
464 <dd> |
465 ID of the debugger backend |
465 ID of the debugger backend |
466 </dd> |
466 </dd> |
467 <dt><i>scope</i> (int)</dt> |
467 <dt><i>scope</i> (int)</dt> |
468 <dd> |
468 <dd> |
469 the scope of the variables (0 = local, 1 = global) |
469 scope of the variables (0 = local, 1 = global) |
470 </dd> |
470 </dd> |
471 <dt><i>filterStr</i> (str)</dt> |
471 <dt><i>filterStr</i> (str)</dt> |
472 <dd> |
472 <dd> |
473 regexp string for variable names to filter out |
473 regexp string for variable names to filter out |
474 </dd> |
474 </dd> |
500 <dd> |
500 <dd> |
501 ID of the debugger backend |
501 ID of the debugger backend |
502 </dd> |
502 </dd> |
503 <dt><i>scope</i> (int)</dt> |
503 <dt><i>scope</i> (int)</dt> |
504 <dd> |
504 <dd> |
505 the scope of the variables (0 = local, 1 = global) |
505 scope of the variables (0 = local, 1 = global) |
506 </dd> |
506 </dd> |
507 <dt><i>filterList</i> (list of str)</dt> |
507 <dt><i>filterList</i> (list of str)</dt> |
508 <dd> |
508 <dd> |
509 list of variable types to filter out |
509 list of variable types to filter out |
510 </dd> |
510 </dd> |
536 <dd> |
536 <dd> |
537 ID of the debugger backend |
537 ID of the debugger backend |
538 </dd> |
538 </dd> |
539 <dt><i>scope</i> (int)</dt> |
539 <dt><i>scope</i> (int)</dt> |
540 <dd> |
540 <dd> |
541 the scope of the variables (0 = local, 1 = global) |
541 scope of the variables (0 = local, 1 = global) |
542 </dd> |
542 </dd> |
543 <dt><i>filterList</i> (list of str)</dt> |
543 <dt><i>filterList</i> (list of str)</dt> |
544 <dd> |
544 <dd> |
545 list of variable types to filter out |
545 list of variable types to filter out |
546 </dd> |
546 </dd> |
569 <dd> |
569 <dd> |
570 ID of the debugger backend |
570 ID of the debugger backend |
571 </dd> |
571 </dd> |
572 <dt><i>text</i> (str)</dt> |
572 <dt><i>text</i> (str)</dt> |
573 <dd> |
573 <dd> |
574 the text to be completed |
574 text to be completed |
575 </dd> |
575 </dd> |
576 </dl> |
576 </dl> |
577 <a NAME="DebuggerInterfaceNone.remoteContinue" ID="DebuggerInterfaceNone.remoteContinue"></a> |
577 <a NAME="DebuggerInterfaceNone.remoteContinue" ID="DebuggerInterfaceNone.remoteContinue"></a> |
578 <h4>DebuggerInterfaceNone.remoteContinue</h4> |
578 <h4>DebuggerInterfaceNone.remoteContinue</h4> |
579 <b>remoteContinue</b>(<i>debuggerId, special=False</i>) |
579 <b>remoteContinue</b>(<i>debuggerId, special=False</i>) |
606 <dd> |
606 <dd> |
607 ID of the debugger backend |
607 ID of the debugger backend |
608 </dd> |
608 </dd> |
609 <dt><i>line</i> (int)</dt> |
609 <dt><i>line</i> (int)</dt> |
610 <dd> |
610 <dd> |
611 the new line, where execution should be continued to |
611 new line, where execution should be continued to |
612 </dd> |
612 </dd> |
613 </dl> |
613 </dl> |
614 <a NAME="DebuggerInterfaceNone.remoteCoverage" ID="DebuggerInterfaceNone.remoteCoverage"></a> |
614 <a NAME="DebuggerInterfaceNone.remoteCoverage" ID="DebuggerInterfaceNone.remoteCoverage"></a> |
615 <h4>DebuggerInterfaceNone.remoteCoverage</h4> |
615 <h4>DebuggerInterfaceNone.remoteCoverage</h4> |
616 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>) |
616 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>) |
620 </p> |
620 </p> |
621 <dl> |
621 <dl> |
622 |
622 |
623 <dt><i>fn</i> (str)</dt> |
623 <dt><i>fn</i> (str)</dt> |
624 <dd> |
624 <dd> |
625 the filename to run |
625 filename to run |
626 </dd> |
626 </dd> |
627 <dt><i>argv</i> (str)</dt> |
627 <dt><i>argv</i> (list of str)</dt> |
628 <dd> |
628 <dd> |
629 the commandline arguments to pass to the program |
629 list of command line arguments to pass to the program |
630 </dd> |
630 </dd> |
631 <dt><i>wd</i> (str)</dt> |
631 <dt><i>wd</i> (str)</dt> |
632 <dd> |
632 <dd> |
633 the working directory for the program |
633 working directory for the program |
634 </dd> |
634 </dd> |
635 <dt><i>erase</i> (bool)</dt> |
635 <dt><i>erase</i> (bool)</dt> |
636 <dd> |
636 <dd> |
637 flag indicating that coverage info should be |
637 flag indicating that coverage info should be |
638 cleared first |
638 cleared first |
661 </p> |
661 </p> |
662 <dl> |
662 <dl> |
663 |
663 |
664 <dt><i>fn</i> (str)</dt> |
664 <dt><i>fn</i> (str)</dt> |
665 <dd> |
665 <dd> |
666 the filename to debug |
666 filename to debug |
667 </dd> |
667 </dd> |
668 <dt><i>argv</i> (str)</dt> |
668 <dt><i>argv</i> (list of str)</dt> |
669 <dd> |
669 <dd> |
670 the commandline arguments to pass to the program |
670 list of command line arguments to pass to the program |
671 </dd> |
671 </dd> |
672 <dt><i>wd</i> (str)</dt> |
672 <dt><i>wd</i> (str)</dt> |
673 <dd> |
673 <dd> |
674 the working directory for the program |
674 working directory for the program |
675 </dd> |
675 </dd> |
676 <dt><i>traceInterpreter</i> (bool)</dt> |
676 <dt><i>traceInterpreter</i> (bool)</dt> |
677 <dd> |
677 <dd> |
678 flag indicating if the interpreter library |
678 flag indicating if the interpreter library |
679 should be traced as well |
679 should be traced as well |
707 <dd> |
707 <dd> |
708 ID of the debugger backend |
708 ID of the debugger backend |
709 </dd> |
709 </dd> |
710 <dt><i>line</i> (int)</dt> |
710 <dt><i>line</i> (int)</dt> |
711 <dd> |
711 <dd> |
712 the new line, where execution should be continued |
712 new line, where execution should be continued |
713 </dd> |
713 </dd> |
714 </dl> |
714 </dl> |
715 <a NAME="DebuggerInterfaceNone.remoteNoDebugList" ID="DebuggerInterfaceNone.remoteNoDebugList"></a> |
715 <a NAME="DebuggerInterfaceNone.remoteNoDebugList" ID="DebuggerInterfaceNone.remoteNoDebugList"></a> |
716 <h4>DebuggerInterfaceNone.remoteNoDebugList</h4> |
716 <h4>DebuggerInterfaceNone.remoteNoDebugList</h4> |
717 <b>remoteNoDebugList</b>(<i>debuggerId, noDebugList</i>) |
717 <b>remoteNoDebugList</b>(<i>debuggerId, noDebugList</i>) |
743 </p> |
743 </p> |
744 <dl> |
744 <dl> |
745 |
745 |
746 <dt><i>fn</i> (str)</dt> |
746 <dt><i>fn</i> (str)</dt> |
747 <dd> |
747 <dd> |
748 the filename to run |
748 filename to run |
749 </dd> |
749 </dd> |
750 <dt><i>argv</i> (str)</dt> |
750 <dt><i>argv</i> (list of str)</dt> |
751 <dd> |
751 <dd> |
752 the commandline arguments to pass to the program |
752 list of command line arguments to pass to the program |
753 </dd> |
753 </dd> |
754 <dt><i>wd</i> (str)</dt> |
754 <dt><i>wd</i> (str)</dt> |
755 <dd> |
755 <dd> |
756 the working directory for the program |
756 working directory for the program |
757 </dd> |
757 </dd> |
758 <dt><i>erase</i> (bool)</dt> |
758 <dt><i>erase</i> (bool)</dt> |
759 <dd> |
759 <dd> |
760 flag indicating that timing info should be cleared |
760 flag indicating that timing info should be cleared |
761 first |
761 first |
774 <dd> |
774 <dd> |
775 ID of the debugger backend |
775 ID of the debugger backend |
776 </dd> |
776 </dd> |
777 <dt><i>inputString</i> (str)</dt> |
777 <dt><i>inputString</i> (str)</dt> |
778 <dd> |
778 <dd> |
779 the raw input |
779 raw input |
780 </dd> |
780 </dd> |
781 </dl> |
781 </dl> |
782 <a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a> |
782 <a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a> |
783 <h4>DebuggerInterfaceNone.remoteRun</h4> |
783 <h4>DebuggerInterfaceNone.remoteRun</h4> |
784 <b>remoteRun</b>(<i>fn, argv, wd</i>) |
784 <b>remoteRun</b>(<i>fn, argv, wd</i>) |
788 </p> |
788 </p> |
789 <dl> |
789 <dl> |
790 |
790 |
791 <dt><i>fn</i> (str)</dt> |
791 <dt><i>fn</i> (str)</dt> |
792 <dd> |
792 <dd> |
793 the filename to run |
793 filename to run |
794 </dd> |
794 </dd> |
795 <dt><i>argv</i> (str)</dt> |
795 <dt><i>argv</i> (list of str)</dt> |
796 <dd> |
796 <dd> |
797 the commandline arguments to pass to the program |
797 list of command line arguments to pass to the program |
798 </dd> |
798 </dd> |
799 <dt><i>wd</i> (str)</dt> |
799 <dt><i>wd</i> (str)</dt> |
800 <dd> |
800 <dd> |
801 the working directory for the program |
801 working directory for the program |
802 </dd> |
802 </dd> |
803 </dl> |
803 </dl> |
804 <a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a> |
804 <a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a> |
805 <h4>DebuggerInterfaceNone.remoteSetThread</h4> |
805 <h4>DebuggerInterfaceNone.remoteSetThread</h4> |
806 <b>remoteSetThread</b>(<i>debuggerId, tid</i>) |
806 <b>remoteSetThread</b>(<i>debuggerId, tid</i>) |
832 <dd> |
832 <dd> |
833 ID of the debugger backend |
833 ID of the debugger backend |
834 </dd> |
834 </dd> |
835 <dt><i>stmt</i> (str)</dt> |
835 <dt><i>stmt</i> (str)</dt> |
836 <dd> |
836 <dd> |
837 the Python statement to execute. |
837 Python statement to execute. |
838 </dd> |
838 </dd> |
839 </dl> |
839 </dl> |
840 <a NAME="DebuggerInterfaceNone.remoteStep" ID="DebuggerInterfaceNone.remoteStep"></a> |
840 <a NAME="DebuggerInterfaceNone.remoteStep" ID="DebuggerInterfaceNone.remoteStep"></a> |
841 <h4>DebuggerInterfaceNone.remoteStep</h4> |
841 <h4>DebuggerInterfaceNone.remoteStep</h4> |
842 <b>remoteStep</b>(<i>debuggerId</i>) |
842 <b>remoteStep</b>(<i>debuggerId</i>) |