Documentation/Source/eric5.Debugger.DebugUI.html

changeset 757
d3daf1d8f058
parent 501
5c615a85241a
child 767
27554f80d08f
equal deleted inserted replaced
755:e81e1f8d7874 757:d3daf1d8f058
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><h4>Signals</h4>
48 <dl> 48 <dl>
49 <dt>clientStack(stack)</dt> 49 <dt>appendStdout(msg)</dt>
50 <dd>
51 emitted when the client program has terminated and the
52 display of the termination dialog is suppressed
53 </dd><dt>clientStack(stack)</dt>
50 <dd> 54 <dd>
51 emitted at breaking after a reported exception 55 emitted at breaking after a reported exception
52 </dd><dt>compileForms()</dt> 56 </dd><dt>compileForms()</dt>
53 <dd> 57 <dd>
54 emitted if changed project forms should be compiled 58 emitted if changed project forms should be compiled
69 </dl> 73 </dl>
70 <h3>Derived from</h3> 74 <h3>Derived from</h3>
71 QObject 75 QObject
72 <h3>Class Attributes</h3> 76 <h3>Class Attributes</h3>
73 <table> 77 <table>
74 <tr><td>clientStack</td></tr><tr><td>compileForms</td></tr><tr><td>compileResources</td></tr><tr><td>debuggingStarted</td></tr><tr><td>exceptionInterrupt</td></tr><tr><td>resetUI</td></tr> 78 <tr><td>appendStdout</td></tr><tr><td>clientStack</td></tr><tr><td>compileForms</td></tr><tr><td>compileResources</td></tr><tr><td>debuggingStarted</td></tr><tr><td>exceptionInterrupt</td></tr><tr><td>resetUI</td></tr>
75 </table> 79 </table>
76 <h3>Methods</h3> 80 <h3>Methods</h3>
77 <table> 81 <table>
78 <tr> 82 <tr>
79 <td><a href="#DebugUI.__init__">DebugUI</a></td> 83 <td><a href="#DebugUI.__init__">DebugUI</a></td>

eric ide

mercurial