Documentation/Source/eric5.Debugger.DebugViewer.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 821
4c4a4525e69a
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
59 </p><p> 59 </p><p>
60 The individual tabs contain the interpreter shell (optional), 60 The individual tabs contain the interpreter shell (optional),
61 the filesystem browser (optional), the two variables viewers (global and local), 61 the filesystem browser (optional), the two variables viewers (global and local),
62 a breakpoint viewer, a watch expression viewer and the exception logger. Additionally 62 a breakpoint viewer, a watch expression viewer and the exception logger. Additionally
63 a list of all threads is shown. 63 a list of all threads is shown.
64 </p><h4>Signals</h4> 64 </p><h3>Signals</h3>
65 <dl> 65 <dl>
66 <dt>sourceFile(string, int)</dt> 66 <dt>sourceFile(string, int)</dt>
67 <dd> 67 <dd>
68 emitted to open a source file at a line 68 emitted to open a source file at a line
69 </dd> 69 </dd>
72 QWidget 72 QWidget
73 <h3>Class Attributes</h3> 73 <h3>Class Attributes</h3>
74 <table> 74 <table>
75 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
76 </table> 76 </table>
77 <h3>Class Methods</h3>
78 <table>
79 <tr><td>None</td></tr>
80 </table>
77 <h3>Methods</h3> 81 <h3>Methods</h3>
78 <table> 82 <table>
79 <tr> 83 <tr>
80 <td><a href="#DebugViewer.__init__">DebugViewer</a></td> 84 <td><a href="#DebugViewer.__init__">DebugViewer</a></td>
81 <td>Constructor</td> 85 <td>Constructor</td>
135 <td>Public method to show the variables in the respective window.</td> 139 <td>Public method to show the variables in the respective window.</td>
136 </tr><tr> 140 </tr><tr>
137 <td><a href="#DebugViewer.showVariablesTab">showVariablesTab</a></td> 141 <td><a href="#DebugViewer.showVariablesTab">showVariablesTab</a></td>
138 <td>Public method to make a variables tab visible.</td> 142 <td>Public method to make a variables tab visible.</td>
139 </tr> 143 </tr>
144 </table>
145 <h3>Static Methods</h3>
146 <table>
147 <tr><td>None</td></tr>
140 </table> 148 </table>
141 <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a> 149 <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a>
142 <h4>DebugViewer (Constructor)</h4> 150 <h4>DebugViewer (Constructor)</h4>
143 <b>DebugViewer</b>(<i>debugServer, docked, vm, parent = None, embeddedShell = True, embeddedBrowser = True</i>) 151 <b>DebugViewer</b>(<i>debugServer, docked, vm, parent = None, embeddedShell = True, embeddedBrowser = True</i>)
144 <p> 152 <p>

eric ide

mercurial