55 <a NAME="DebugViewer" ID="DebugViewer"></a> |
55 <a NAME="DebugViewer" ID="DebugViewer"></a> |
56 <h2>DebugViewer</h2> |
56 <h2>DebugViewer</h2> |
57 <p> |
57 <p> |
58 Class implementing a widget conatining various debug related views. |
58 Class implementing a widget conatining various debug related views. |
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><h4>Signals</h4> |
65 <dl> |
65 <dl> |
138 <td>Public method to make a variables tab visible.</td> |
138 <td>Public method to make a variables tab visible.</td> |
139 </tr> |
139 </tr> |
140 </table> |
140 </table> |
141 <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a> |
141 <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a> |
142 <h4>DebugViewer (Constructor)</h4> |
142 <h4>DebugViewer (Constructor)</h4> |
143 <b>DebugViewer</b>(<i>debugServer, docked, vm, parent = None, embeddedShell = True, embeddedBrowser = True</i>) |
143 <b>DebugViewer</b>(<i>debugServer, docked, vm, parent=None, embeddedShell=True, embeddedBrowser=True</i>) |
144 <p> |
144 <p> |
145 Constructor |
145 Constructor |
146 </p><dl> |
146 </p><dl> |
147 <dt><i>debugServer</i></dt> |
147 <dt><i>debugServer</i></dt> |
148 <dd> |
148 <dd> |