655 <dd> |
655 <dd> |
656 filename the breakpoint belongs to |
656 filename the breakpoint belongs to |
657 </dd> |
657 </dd> |
658 <dt><i>line</i> (int)</dt> |
658 <dt><i>line</i> (int)</dt> |
659 <dd> |
659 <dd> |
660 linenumber of the breakpoint |
660 line number of the breakpoint |
661 </dd> |
661 </dd> |
662 <dt><i>setBreakpoint</i> (bool)</dt> |
662 <dt><i>setBreakpoint</i> (bool)</dt> |
663 <dd> |
663 <dd> |
664 flag indicating setting or resetting a breakpoint |
664 flag indicating setting or resetting a breakpoint |
665 </dd> |
665 </dd> |
689 <dd> |
689 <dd> |
690 filename the breakpoint belongs to |
690 filename the breakpoint belongs to |
691 </dd> |
691 </dd> |
692 <dt><i>line</i> (int)</dt> |
692 <dt><i>line</i> (int)</dt> |
693 <dd> |
693 <dd> |
694 linenumber of the breakpoint |
694 line number of the breakpoint |
695 </dd> |
695 </dd> |
696 <dt><i>enable</i> (bool)</dt> |
696 <dt><i>enable</i> (bool)</dt> |
697 <dd> |
697 <dd> |
698 flag indicating enabling or disabling a breakpoint |
698 flag indicating enabling or disabling a breakpoint |
699 </dd> |
699 </dd> |
765 <dd> |
765 <dd> |
766 ID of the debugger backend |
766 ID of the debugger backend |
767 </dd> |
767 </dd> |
768 <dt><i>scope</i> (int)</dt> |
768 <dt><i>scope</i> (int)</dt> |
769 <dd> |
769 <dd> |
770 the scope of the variables (0 = local, 1 = global) |
770 scope of the variables (0 = local, 1 = global) |
771 </dd> |
771 </dd> |
772 <dt><i>filterStr</i> (str)</dt> |
772 <dt><i>filterStr</i> (str)</dt> |
773 <dd> |
773 <dd> |
774 regexp string for variable names to filter out |
774 regexp string for variable names to filter out |
775 </dd> |
775 </dd> |
801 <dd> |
801 <dd> |
802 ID of the debugger backend |
802 ID of the debugger backend |
803 </dd> |
803 </dd> |
804 <dt><i>scope</i> (int)</dt> |
804 <dt><i>scope</i> (int)</dt> |
805 <dd> |
805 <dd> |
806 the scope of the variables (0 = local, 1 = global) |
806 scope of the variables (0 = local, 1 = global) |
807 </dd> |
807 </dd> |
808 <dt><i>filterList</i> (list of str)</dt> |
808 <dt><i>filterList</i> (list of str)</dt> |
809 <dd> |
809 <dd> |
810 list of variable types to filter out |
810 list of variable types to filter out |
811 </dd> |
811 </dd> |
837 <dd> |
837 <dd> |
838 ID of the debugger backend |
838 ID of the debugger backend |
839 </dd> |
839 </dd> |
840 <dt><i>scope</i> (int)</dt> |
840 <dt><i>scope</i> (int)</dt> |
841 <dd> |
841 <dd> |
842 the scope of the variables (0 = local, 1 = global) |
842 scope of the variables (0 = local, 1 = global) |
843 </dd> |
843 </dd> |
844 <dt><i>filterList</i> (list of str)</dt> |
844 <dt><i>filterList</i> (list of str)</dt> |
845 <dd> |
845 <dd> |
846 list of variable types to filter out |
846 list of variable types to filter out |
847 </dd> |
847 </dd> |
870 <dd> |
870 <dd> |
871 ID of the debugger backend |
871 ID of the debugger backend |
872 </dd> |
872 </dd> |
873 <dt><i>text</i> (str)</dt> |
873 <dt><i>text</i> (str)</dt> |
874 <dd> |
874 <dd> |
875 the text to be completed |
875 text to be completed |
876 </dd> |
876 </dd> |
877 </dl> |
877 </dl> |
878 <a NAME="DebuggerInterfacePython.remoteContinue" ID="DebuggerInterfacePython.remoteContinue"></a> |
878 <a NAME="DebuggerInterfacePython.remoteContinue" ID="DebuggerInterfacePython.remoteContinue"></a> |
879 <h4>DebuggerInterfacePython.remoteContinue</h4> |
879 <h4>DebuggerInterfacePython.remoteContinue</h4> |
880 <b>remoteContinue</b>(<i>debuggerId, special=False</i>) |
880 <b>remoteContinue</b>(<i>debuggerId, special=False</i>) |
907 <dd> |
907 <dd> |
908 ID of the debugger backend |
908 ID of the debugger backend |
909 </dd> |
909 </dd> |
910 <dt><i>line</i> (int)</dt> |
910 <dt><i>line</i> (int)</dt> |
911 <dd> |
911 <dd> |
912 the new line, where execution should be continued to |
912 new line, where execution should be continued to |
913 </dd> |
913 </dd> |
914 </dl> |
914 </dl> |
915 <a NAME="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a> |
915 <a NAME="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a> |
916 <h4>DebuggerInterfacePython.remoteCoverage</h4> |
916 <h4>DebuggerInterfacePython.remoteCoverage</h4> |
917 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>) |
917 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>) |
921 </p> |
921 </p> |
922 <dl> |
922 <dl> |
923 |
923 |
924 <dt><i>fn</i> (str)</dt> |
924 <dt><i>fn</i> (str)</dt> |
925 <dd> |
925 <dd> |
926 the filename to run |
926 filename to run |
927 </dd> |
927 </dd> |
928 <dt><i>argv</i> (str)</dt> |
928 <dt><i>argv</i> (list of str)</dt> |
929 <dd> |
929 <dd> |
930 the commandline arguments to pass to the program |
930 list of command line arguments to pass to the program |
931 </dd> |
931 </dd> |
932 <dt><i>wd</i> (str)</dt> |
932 <dt><i>wd</i> (str)</dt> |
933 <dd> |
933 <dd> |
934 the working directory for the program |
934 working directory for the program |
935 </dd> |
935 </dd> |
936 <dt><i>erase</i> (bool)</dt> |
936 <dt><i>erase</i> (bool)</dt> |
937 <dd> |
937 <dd> |
938 flag indicating that coverage info should be |
938 flag indicating that coverage info should be |
939 cleared first |
939 cleared first |
962 </p> |
962 </p> |
963 <dl> |
963 <dl> |
964 |
964 |
965 <dt><i>fn</i> (str)</dt> |
965 <dt><i>fn</i> (str)</dt> |
966 <dd> |
966 <dd> |
967 the filename to debug |
967 filename to debug |
968 </dd> |
968 </dd> |
969 <dt><i>argv</i> (str)</dt> |
969 <dt><i>argv</i> (list of str)</dt> |
970 <dd> |
970 <dd> |
971 the commandline arguments to pass to the program |
971 list of command line arguments to pass to the program |
972 </dd> |
972 </dd> |
973 <dt><i>wd</i> (str)</dt> |
973 <dt><i>wd</i> (str)</dt> |
974 <dd> |
974 <dd> |
975 the working directory for the program |
975 working directory for the program |
976 </dd> |
976 </dd> |
977 <dt><i>traceInterpreter</i> (bool)</dt> |
977 <dt><i>traceInterpreter</i> (bool)</dt> |
978 <dd> |
978 <dd> |
979 flag indicating if the interpreter library |
979 flag indicating if the interpreter library |
980 should be traced as well |
980 should be traced as well |
1008 <dd> |
1008 <dd> |
1009 ID of the debugger backend |
1009 ID of the debugger backend |
1010 </dd> |
1010 </dd> |
1011 <dt><i>line</i> (int)</dt> |
1011 <dt><i>line</i> (int)</dt> |
1012 <dd> |
1012 <dd> |
1013 the new line, where execution should be continued |
1013 new line, where execution should be continued |
1014 </dd> |
1014 </dd> |
1015 </dl> |
1015 </dl> |
1016 <a NAME="DebuggerInterfacePython.remoteNoDebugList" ID="DebuggerInterfacePython.remoteNoDebugList"></a> |
1016 <a NAME="DebuggerInterfacePython.remoteNoDebugList" ID="DebuggerInterfacePython.remoteNoDebugList"></a> |
1017 <h4>DebuggerInterfacePython.remoteNoDebugList</h4> |
1017 <h4>DebuggerInterfacePython.remoteNoDebugList</h4> |
1018 <b>remoteNoDebugList</b>(<i>debuggerId, noDebugList</i>) |
1018 <b>remoteNoDebugList</b>(<i>debuggerId, noDebugList</i>) |
1044 </p> |
1044 </p> |
1045 <dl> |
1045 <dl> |
1046 |
1046 |
1047 <dt><i>fn</i> (str)</dt> |
1047 <dt><i>fn</i> (str)</dt> |
1048 <dd> |
1048 <dd> |
1049 the filename to run |
1049 filename to run |
1050 </dd> |
1050 </dd> |
1051 <dt><i>argv</i> (str)</dt> |
1051 <dt><i>argv</i> (list of str)</dt> |
1052 <dd> |
1052 <dd> |
1053 the commandline arguments to pass to the program |
1053 list of command line arguments to pass to the program |
1054 </dd> |
1054 </dd> |
1055 <dt><i>wd</i> (str)</dt> |
1055 <dt><i>wd</i> (str)</dt> |
1056 <dd> |
1056 <dd> |
1057 the working directory for the program |
1057 working directory for the program |
1058 </dd> |
1058 </dd> |
1059 <dt><i>erase</i> (bool)</dt> |
1059 <dt><i>erase</i> (bool)</dt> |
1060 <dd> |
1060 <dd> |
1061 flag indicating that timing info should be cleared |
1061 flag indicating that timing info should be cleared |
1062 first |
1062 first |
1075 <dd> |
1075 <dd> |
1076 ID of the debugger backend |
1076 ID of the debugger backend |
1077 </dd> |
1077 </dd> |
1078 <dt><i>inputString</i> (str)</dt> |
1078 <dt><i>inputString</i> (str)</dt> |
1079 <dd> |
1079 <dd> |
1080 the raw input |
1080 raw input |
1081 </dd> |
1081 </dd> |
1082 </dl> |
1082 </dl> |
1083 <a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a> |
1083 <a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a> |
1084 <h4>DebuggerInterfacePython.remoteRun</h4> |
1084 <h4>DebuggerInterfacePython.remoteRun</h4> |
1085 <b>remoteRun</b>(<i>fn, argv, wd</i>) |
1085 <b>remoteRun</b>(<i>fn, argv, wd</i>) |
1089 </p> |
1089 </p> |
1090 <dl> |
1090 <dl> |
1091 |
1091 |
1092 <dt><i>fn</i> (str)</dt> |
1092 <dt><i>fn</i> (str)</dt> |
1093 <dd> |
1093 <dd> |
1094 the filename to run |
1094 filename to run |
1095 </dd> |
1095 </dd> |
1096 <dt><i>argv</i> (str)</dt> |
1096 <dt><i>argv</i> (list of str)</dt> |
1097 <dd> |
1097 <dd> |
1098 the commandline arguments to pass to the program |
1098 list of command line arguments to pass to the program |
1099 </dd> |
1099 </dd> |
1100 <dt><i>wd</i> (str)</dt> |
1100 <dt><i>wd</i> (str)</dt> |
1101 <dd> |
1101 <dd> |
1102 the working directory for the program |
1102 working directory for the program |
1103 </dd> |
1103 </dd> |
1104 </dl> |
1104 </dl> |
1105 <a NAME="DebuggerInterfacePython.remoteSetThread" ID="DebuggerInterfacePython.remoteSetThread"></a> |
1105 <a NAME="DebuggerInterfacePython.remoteSetThread" ID="DebuggerInterfacePython.remoteSetThread"></a> |
1106 <h4>DebuggerInterfacePython.remoteSetThread</h4> |
1106 <h4>DebuggerInterfacePython.remoteSetThread</h4> |
1107 <b>remoteSetThread</b>(<i>debuggerId, tid</i>) |
1107 <b>remoteSetThread</b>(<i>debuggerId, tid</i>) |
1133 <dd> |
1133 <dd> |
1134 ID of the debugger backend |
1134 ID of the debugger backend |
1135 </dd> |
1135 </dd> |
1136 <dt><i>stmt</i> (str)</dt> |
1136 <dt><i>stmt</i> (str)</dt> |
1137 <dd> |
1137 <dd> |
1138 the Python statement to execute. |
1138 Python statement to execute. |
1139 </dd> |
1139 </dd> |
1140 </dl> |
1140 </dl> |
1141 <a NAME="DebuggerInterfacePython.remoteStep" ID="DebuggerInterfacePython.remoteStep"></a> |
1141 <a NAME="DebuggerInterfacePython.remoteStep" ID="DebuggerInterfacePython.remoteStep"></a> |
1142 <h4>DebuggerInterfacePython.remoteStep</h4> |
1142 <h4>DebuggerInterfacePython.remoteStep</h4> |
1143 <b>remoteStep</b>(<i>debuggerId</i>) |
1143 <b>remoteStep</b>(<i>debuggerId</i>) |