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> |
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> |