188 <tr> |
188 <tr> |
189 <td><a href="#DebuggerInterfacePython.remoteContinue">remoteContinue</a></td> |
189 <td><a href="#DebuggerInterfacePython.remoteContinue">remoteContinue</a></td> |
190 <td>Public method to continue the debugged program.</td> |
190 <td>Public method to continue the debugged program.</td> |
191 </tr> |
191 </tr> |
192 <tr> |
192 <tr> |
|
193 <td><a href="#DebuggerInterfacePython.remoteContinueUntil">remoteContinueUntil</a></td> |
|
194 <td>Public method to continue the debugged program to the given line or until returning from the current frame.</td> |
|
195 </tr> |
|
196 <tr> |
193 <td><a href="#DebuggerInterfacePython.remoteCoverage">remoteCoverage</a></td> |
197 <td><a href="#DebuggerInterfacePython.remoteCoverage">remoteCoverage</a></td> |
194 <td>Public method to load a new program to collect coverage data.</td> |
198 <td>Public method to load a new program to collect coverage data.</td> |
195 </tr> |
199 </tr> |
196 <tr> |
200 <tr> |
197 <td><a href="#DebuggerInterfacePython.remoteEnvironment">remoteEnvironment</a></td> |
201 <td><a href="#DebuggerInterfacePython.remoteEnvironment">remoteEnvironment</a></td> |
892 ID of the debugger backend |
896 ID of the debugger backend |
893 </dd> |
897 </dd> |
894 <dt><i>special</i> (bool)</dt> |
898 <dt><i>special</i> (bool)</dt> |
895 <dd> |
899 <dd> |
896 flag indicating a special continue operation |
900 flag indicating a special continue operation |
|
901 </dd> |
|
902 </dl> |
|
903 <a NAME="DebuggerInterfacePython.remoteContinueUntil" ID="DebuggerInterfacePython.remoteContinueUntil"></a> |
|
904 <h4>DebuggerInterfacePython.remoteContinueUntil</h4> |
|
905 <b>remoteContinueUntil</b>(<i>debuggerId, line</i>) |
|
906 |
|
907 <p> |
|
908 Public method to continue the debugged program to the given line |
|
909 or until returning from the current frame. |
|
910 </p> |
|
911 <dl> |
|
912 |
|
913 <dt><i>debuggerId</i> (str)</dt> |
|
914 <dd> |
|
915 ID of the debugger backend |
|
916 </dd> |
|
917 <dt><i>line</i> (int)</dt> |
|
918 <dd> |
|
919 the new line, where execution should be continued to |
897 </dd> |
920 </dd> |
898 </dl> |
921 </dl> |
899 <a NAME="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a> |
922 <a NAME="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a> |
900 <h4>DebuggerInterfacePython.remoteCoverage</h4> |
923 <h4>DebuggerInterfacePython.remoteCoverage</h4> |
901 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>) |
924 <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>) |