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