42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="DebugUI" ID="DebugUI"></a> |
43 <a NAME="DebugUI" ID="DebugUI"></a> |
44 <h2>DebugUI</h2> |
44 <h2>DebugUI</h2> |
45 <p> |
45 <p> |
46 Class implementing the debugger part of the UI. |
46 Class implementing the debugger part of the UI. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>appendStdout(msg)</dt> |
49 <dt>appendStdout(msg)</dt> |
50 <dd> |
50 <dd> |
51 emitted when the client program has terminated and the |
51 emitted when the client program has terminated and the |
52 display of the termination dialog is suppressed |
52 display of the termination dialog is suppressed |
75 QObject |
75 QObject |
76 <h3>Class Attributes</h3> |
76 <h3>Class Attributes</h3> |
77 <table> |
77 <table> |
78 <tr><td>None</td></tr> |
78 <tr><td>None</td></tr> |
79 </table> |
79 </table> |
|
80 <h3>Class Methods</h3> |
|
81 <table> |
|
82 <tr><td>None</td></tr> |
|
83 </table> |
80 <h3>Methods</h3> |
84 <h3>Methods</h3> |
81 <table> |
85 <table> |
82 <tr> |
86 <tr> |
83 <td><a href="#DebugUI.__init__">DebugUI</a></td> |
|
84 <td>Constructor</td> |
|
85 </tr><tr> |
|
86 <td><a href="#DebugUI.__breakpointSelected">__breakpointSelected</a></td> |
87 <td><a href="#DebugUI.__breakpointSelected">__breakpointSelected</a></td> |
87 <td>Private method to handle the breakpoint selected signal.</td> |
88 <td>Private method to handle the breakpoint selected signal.</td> |
88 </tr><tr> |
89 </tr><tr> |
89 <td><a href="#DebugUI.__checkActions">__checkActions</a></td> |
90 <td><a href="#DebugUI.__checkActions">__checkActions</a></td> |
90 <td>Private slot to check some actions for their enable/disable status.</td> |
91 <td>Private slot to check some actions for their enable/disable status.</td> |
297 <td>Public method to shut down the debug server.</td> |
298 <td>Public method to shut down the debug server.</td> |
298 </tr><tr> |
299 </tr><tr> |
299 <td><a href="#DebugUI.variablesFilter">variablesFilter</a></td> |
300 <td><a href="#DebugUI.variablesFilter">variablesFilter</a></td> |
300 <td>Public method to get the variables filter for a scope.</td> |
301 <td>Public method to get the variables filter for a scope.</td> |
301 </tr> |
302 </tr> |
|
303 </table> |
|
304 <h3>Static Methods</h3> |
|
305 <table> |
|
306 <tr><td>None</td></tr> |
302 </table> |
307 </table> |
303 <a NAME="DebugUI.__init__" ID="DebugUI.__init__"></a> |
308 <a NAME="DebugUI.__init__" ID="DebugUI.__init__"></a> |
304 <h4>DebugUI (Constructor)</h4> |
309 <h4>DebugUI (Constructor)</h4> |
305 <b>DebugUI</b>(<i>ui, vm, debugServer, debugViewer, project</i>) |
310 <b>DebugUI</b>(<i>ui, vm, debugServer, debugViewer, project</i>) |
306 <p> |
311 <p> |