Documentation/Source/eric5.Debugger.DebugUI.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 767
27554f80d08f
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
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
72 </dd> 72 </dd>
73 </dl> 73 </dl>
74 <h3>Derived from</h3> 74 <h3>Derived from</h3>
75 QObject 75 QObject
76 <h3>Class Attributes</h3> 76 <h3>Class Attributes</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <h3>Class Methods</h3>
77 <table> 81 <table>
78 <tr><td>None</td></tr> 82 <tr><td>None</td></tr>
79 </table> 83 </table>
80 <h3>Methods</h3> 84 <h3>Methods</h3>
81 <table> 85 <table>
298 </tr><tr> 302 </tr><tr>
299 <td><a href="#DebugUI.variablesFilter">variablesFilter</a></td> 303 <td><a href="#DebugUI.variablesFilter">variablesFilter</a></td>
300 <td>Public method to get the variables filter for a scope.</td> 304 <td>Public method to get the variables filter for a scope.</td>
301 </tr> 305 </tr>
302 </table> 306 </table>
307 <h3>Static Methods</h3>
308 <table>
309 <tr><td>None</td></tr>
310 </table>
303 <a NAME="DebugUI.__init__" ID="DebugUI.__init__"></a> 311 <a NAME="DebugUI.__init__" ID="DebugUI.__init__"></a>
304 <h4>DebugUI (Constructor)</h4> 312 <h4>DebugUI (Constructor)</h4>
305 <b>DebugUI</b>(<i>ui, vm, debugServer, debugViewer, project</i>) 313 <b>DebugUI</b>(<i>ui, vm, debugServer, debugViewer, project</i>)
306 <p> 314 <p>
307 Constructor 315 Constructor

eric ide

mercurial