diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.Debugger.DebugViewer.html --- a/Documentation/Source/eric5.Debugger.DebugViewer.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.Debugger.DebugViewer.html Sat Aug 20 16:30:49 2011 +0200 @@ -61,7 +61,7 @@ the filesystem browser (optional), the two variables viewers (global and local), a breakpoint viewer, a watch expression viewer and the exception logger. Additionally a list of all threads is shown. -</p><h4>Signals</h4> +</p><h3>Signals</h3> <dl> <dt>sourceFile(string, int)</dt> <dd> @@ -74,12 +74,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#DebugViewer.__init__">DebugViewer</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#DebugViewer.__frameSelected">__frameSelected</a></td> <td>Private slot to handle the selection of a new stack frame number.</td> </tr><tr> @@ -138,6 +139,10 @@ <td>Public method to make a variables tab visible.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a> <h4>DebugViewer (Constructor)</h4> <b>DebugViewer</b>(<i>debugServer, docked, vm, parent=None, embeddedShell=True, embeddedBrowser=True</i>)