257 <td>Private slot to stop the running script.</td> |
257 <td>Private slot to stop the running script.</td> |
258 </tr><tr> |
258 </tr><tr> |
259 <td><a href="#DebugUI.__toggleBreakpoint">__toggleBreakpoint</a></td> |
259 <td><a href="#DebugUI.__toggleBreakpoint">__toggleBreakpoint</a></td> |
260 <td>Private slot to handle the 'Set/Reset breakpoint' action.</td> |
260 <td>Private slot to handle the 'Set/Reset breakpoint' action.</td> |
261 </tr><tr> |
261 </tr><tr> |
|
262 <td><a href="#DebugUI.clearHistories">clearHistories</a></td> |
|
263 <td>Public method to clear the various debug histories.</td> |
|
264 </tr><tr> |
262 <td><a href="#DebugUI.getActions">getActions</a></td> |
265 <td><a href="#DebugUI.getActions">getActions</a></td> |
263 <td>Public method to get a list of all actions.</td> |
266 <td>Public method to get a list of all actions.</td> |
264 </tr><tr> |
267 </tr><tr> |
265 <td><a href="#DebugUI.initActions">initActions</a></td> |
268 <td><a href="#DebugUI.initActions">initActions</a></td> |
266 <td>Public method defining the user interface actions.</td> |
269 <td>Public method defining the user interface actions.</td> |
777 </p><a NAME="DebugUI.__toggleBreakpoint" ID="DebugUI.__toggleBreakpoint"></a> |
780 </p><a NAME="DebugUI.__toggleBreakpoint" ID="DebugUI.__toggleBreakpoint"></a> |
778 <h4>DebugUI.__toggleBreakpoint</h4> |
781 <h4>DebugUI.__toggleBreakpoint</h4> |
779 <b>__toggleBreakpoint</b>(<i></i>) |
782 <b>__toggleBreakpoint</b>(<i></i>) |
780 <p> |
783 <p> |
781 Private slot to handle the 'Set/Reset breakpoint' action. |
784 Private slot to handle the 'Set/Reset breakpoint' action. |
|
785 </p><a NAME="DebugUI.clearHistories" ID="DebugUI.clearHistories"></a> |
|
786 <h4>DebugUI.clearHistories</h4> |
|
787 <b>clearHistories</b>(<i></i>) |
|
788 <p> |
|
789 Public method to clear the various debug histories. |
782 </p><a NAME="DebugUI.getActions" ID="DebugUI.getActions"></a> |
790 </p><a NAME="DebugUI.getActions" ID="DebugUI.getActions"></a> |
783 <h4>DebugUI.getActions</h4> |
791 <h4>DebugUI.getActions</h4> |
784 <b>getActions</b>(<i></i>) |
792 <b>getActions</b>(<i></i>) |
785 <p> |
793 <p> |
786 Public method to get a list of all actions. |
794 Public method to get a list of all actions. |