diff -r 9acc015ea443 -r 1bcd6d4df182 eric6/Documentation/Source/eric6.Debugger.DebugUI.html --- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Sat Dec 19 14:41:43 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Sat Dec 19 14:42:36 2020 +0100 @@ -311,6 +311,10 @@ <td>Private method to handle the Run to Cursor action.</td> </tr> <tr> +<td><a href="#DebugUI.__runUntil">__runUntil</a></td> +<td>Private method to handle the Run Until action.</td> +</tr> +<tr> <td><a href="#DebugUI.__showBreakpointsMenu">__showBreakpointsMenu</a></td> <td>Private method to handle the show breakpoints menu signal.</td> </tr> @@ -1119,6 +1123,20 @@ ID of the debugger backend </dd> </dl> +<a NAME="DebugUI.__runUntil" ID="DebugUI.__runUntil"></a> +<h4>DebugUI.__runUntil</h4> +<b>__runUntil</b>(<i>debuggerId=""</i>) + +<p> + Private method to handle the Run Until action. +</p> +<dl> + +<dt><i>debuggerId</i> (str)</dt> +<dd> +ID of the debugger backend +</dd> +</dl> <a NAME="DebugUI.__showBreakpointsMenu" ID="DebugUI.__showBreakpointsMenu"></a> <h4>DebugUI.__showBreakpointsMenu</h4> <b>__showBreakpointsMenu</b>(<i></i>)