Documentation/Source/eric5.Debugger.DebugViewer.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
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>
81 <td>Constructor</td>
82 </tr><tr>
83 <td><a href="#DebugViewer.__frameSelected">__frameSelected</a></td> 84 <td><a href="#DebugViewer.__frameSelected">__frameSelected</a></td>
84 <td>Private slot to handle the selection of a new stack frame number.</td> 85 <td>Private slot to handle the selection of a new stack frame number.</td>
85 </tr><tr> 86 </tr><tr>
86 <td><a href="#DebugViewer.__setGlobalsFilter">__setGlobalsFilter</a></td> 87 <td><a href="#DebugViewer.__setGlobalsFilter">__setGlobalsFilter</a></td>
87 <td>Private slot to set the global variable filter</td> 88 <td>Private slot to set the global variable filter</td>
135 <td>Public method to show the variables in the respective window.</td> 136 <td>Public method to show the variables in the respective window.</td>
136 </tr><tr> 137 </tr><tr>
137 <td><a href="#DebugViewer.showVariablesTab">showVariablesTab</a></td> 138 <td><a href="#DebugViewer.showVariablesTab">showVariablesTab</a></td>
138 <td>Public method to make a variables tab visible.</td> 139 <td>Public method to make a variables tab visible.</td>
139 </tr> 140 </tr>
141 </table>
142 <h3>Static Methods</h3>
143 <table>
144 <tr><td>None</td></tr>
140 </table> 145 </table>
141 <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a> 146 <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a>
142 <h4>DebugViewer (Constructor)</h4> 147 <h4>DebugViewer (Constructor)</h4>
143 <b>DebugViewer</b>(<i>debugServer, docked, vm, parent=None, embeddedShell=True, embeddedBrowser=True</i>) 148 <b>DebugViewer</b>(<i>debugServer, docked, vm, parent=None, embeddedShell=True, embeddedBrowser=True</i>)
144 <p> 149 <p>

eric ide

mercurial