309 <tr> |
309 <tr> |
310 <td><a href="#DebugUI.__runToCursor">__runToCursor</a></td> |
310 <td><a href="#DebugUI.__runToCursor">__runToCursor</a></td> |
311 <td>Private method to handle the Run to Cursor action.</td> |
311 <td>Private method to handle the Run to Cursor action.</td> |
312 </tr> |
312 </tr> |
313 <tr> |
313 <tr> |
|
314 <td><a href="#DebugUI.__runUntil">__runUntil</a></td> |
|
315 <td>Private method to handle the Run Until action.</td> |
|
316 </tr> |
|
317 <tr> |
314 <td><a href="#DebugUI.__showBreakpointsMenu">__showBreakpointsMenu</a></td> |
318 <td><a href="#DebugUI.__showBreakpointsMenu">__showBreakpointsMenu</a></td> |
315 <td>Private method to handle the show breakpoints menu signal.</td> |
319 <td>Private method to handle the show breakpoints menu signal.</td> |
316 </tr> |
320 </tr> |
317 <tr> |
321 <tr> |
318 <td><a href="#DebugUI.__showDebugMenu">__showDebugMenu</a></td> |
322 <td><a href="#DebugUI.__showDebugMenu">__showDebugMenu</a></td> |
1117 <dt><i>debuggerId</i> (str)</dt> |
1121 <dt><i>debuggerId</i> (str)</dt> |
1118 <dd> |
1122 <dd> |
1119 ID of the debugger backend |
1123 ID of the debugger backend |
1120 </dd> |
1124 </dd> |
1121 </dl> |
1125 </dl> |
|
1126 <a NAME="DebugUI.__runUntil" ID="DebugUI.__runUntil"></a> |
|
1127 <h4>DebugUI.__runUntil</h4> |
|
1128 <b>__runUntil</b>(<i>debuggerId=""</i>) |
|
1129 |
|
1130 <p> |
|
1131 Private method to handle the Run Until action. |
|
1132 </p> |
|
1133 <dl> |
|
1134 |
|
1135 <dt><i>debuggerId</i> (str)</dt> |
|
1136 <dd> |
|
1137 ID of the debugger backend |
|
1138 </dd> |
|
1139 </dl> |
1122 <a NAME="DebugUI.__showBreakpointsMenu" ID="DebugUI.__showBreakpointsMenu"></a> |
1140 <a NAME="DebugUI.__showBreakpointsMenu" ID="DebugUI.__showBreakpointsMenu"></a> |
1123 <h4>DebugUI.__showBreakpointsMenu</h4> |
1141 <h4>DebugUI.__showBreakpointsMenu</h4> |
1124 <b>__showBreakpointsMenu</b>(<i></i>) |
1142 <b>__showBreakpointsMenu</b>(<i></i>) |
1125 |
1143 |
1126 <p> |
1144 <p> |