diff -r 9acc015ea443 -r 1bcd6d4df182 eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html --- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sat Dec 19 14:41:43 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sat Dec 19 14:42:36 2020 +0100 @@ -190,6 +190,10 @@ <td>Public method to continue the debugged program.</td> </tr> <tr> +<td><a href="#DebuggerInterfacePython.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="#DebuggerInterfacePython.remoteCoverage">remoteCoverage</a></td> <td>Public method to load a new program to collect coverage data.</td> </tr> @@ -896,6 +900,25 @@ flag indicating a special continue operation </dd> </dl> +<a NAME="DebuggerInterfacePython.remoteContinueUntil" ID="DebuggerInterfacePython.remoteContinueUntil"></a> +<h4>DebuggerInterfacePython.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="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a> <h4>DebuggerInterfacePython.remoteCoverage</h4> <b>remoteCoverage</b>(<i>fn, argv, wd, erase=False</i>)