diff -r 9acc015ea443 -r 1bcd6d4df182 eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html --- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Sat Dec 19 14:41:43 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Sat Dec 19 14:42:36 2020 +0100 @@ -145,6 +145,10 @@ <td>Public method to continue the debugged program.</td> </tr> <tr> +<td><a href="#DebuggerInterfaceNone.remoteContinueUntil">remoteContinueUntil</a></td> +<td>Public method to continue the debugged program to the given line or until returning from the current frame.</td> +</tr> +<tr> <td><a href="#DebuggerInterfaceNone.remoteCoverage">remoteCoverage</a></td> <td>Public method to load a new program to collect coverage data.</td> </tr> @@ -618,6 +622,25 @@ flag indicating a special continue operation </dd> </dl> +<a NAME="DebuggerInterfaceNone.remoteContinueUntil" ID="DebuggerInterfaceNone.remoteContinueUntil"></a> +<h4>DebuggerInterfaceNone.remoteContinueUntil</h4> +<b>remoteContinueUntil</b>(<i>debuggerId, line</i>) + +<p> + Public method to continue the debugged program to the given line + or until returning from the current frame. +</p> +<dl> + +<dt><i>debuggerId</i> (str)</dt> +<dd> +ID of the debugger backend +</dd> +<dt><i>line</i> (int)</dt> +<dd> +the new line, where execution should be continued to +</dd> +</dl> <a NAME="DebuggerInterfaceNone.remoteCoverage" ID="DebuggerInterfaceNone.remoteCoverage"></a> <h4>DebuggerInterfaceNone.remoteCoverage</h4> <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>)