eric6/Documentation/Source/index-eric6.Debugger.html

changeset 7273
391d6b7b1eff
parent 7015
b1a3094b33e1
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/index-eric6.Debugger.html
--- a/eric6/Documentation/Source/index-eric6.Debugger.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/index-eric6.Debugger.html	Wed Sep 25 19:42:44 2019 +0200
@@ -20,9 +20,11 @@
 </head>
 <body>
 <h1>eric6.Debugger</h1>
+
 <p>
 Package implementing the Debugger frontend.
-</p><p>
+</p>
+<p>
 This package implements the graphical debugger. It consists
 of the debugger related HMI part, supporting dialogs and the debug server.
 </p>
@@ -30,70 +32,92 @@
 
 <h3>Modules</h3>
 <table>
+
 <tr>
 <td><a href="eric6.Debugger.BreakPointModel.html">BreakPointModel</a></td>
 <td>Module implementing the Breakpoint model.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.BreakPointViewer.html">BreakPointViewer</a></td>
 <td>Module implementing the Breakpoint viewer widget.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.CallStackViewer.html">CallStackViewer</a></td>
 <td>Module implementing the Call Stack viewer widget.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.CallTraceViewer.html">CallTraceViewer</a></td>
 <td>Module implementing the Call Trace viewer widget.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.Config.html">Config</a></td>
 <td>Module defining the different Python types and their display strings.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.DebugClientCapabilities.html">DebugClientCapabilities</a></td>
 <td>Module defining the debug clients capabilities.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.DebugServer.html">DebugServer</a></td>
 <td>Module implementing the debug server.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.DebugUI.html">DebugUI</a></td>
 <td>Module implementing the debugger UI.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.DebugViewer.html">DebugViewer</a></td>
 <td>Module implementing a widget containing various debug related views.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.DebuggerInterfaceNone.html">DebuggerInterfaceNone</a></td>
 <td>Module implementing a dummy debugger interface for the debug server.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.DebuggerInterfacePython.html">DebuggerInterfacePython</a></td>
 <td>Module implementing the Python3 debugger interface for the debug server.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.EditBreakpointDialog.html">EditBreakpointDialog</a></td>
 <td>Module implementing a dialog to edit breakpoint properties.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.EditWatchpointDialog.html">EditWatchpointDialog</a></td>
 <td>Module implementing a dialog to edit watch expression properties.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.ExceptionLogger.html">ExceptionLogger</a></td>
 <td>Module implementing the Exception Logger widget.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.ExceptionsFilterDialog.html">ExceptionsFilterDialog</a></td>
 <td>Module implementing the exceptions filter dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.StartDialog.html">StartDialog</a></td>
 <td>Module implementing the Start Program dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.StartHistoryEditDialog.html">StartHistoryEditDialog</a></td>
 <td>Module implementing a dialog to edit a list of history entries.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.VariableDetailDialog.html">VariableDetailDialog</a></td>
 <td>Module implementing the variable detail dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.VariablesFilterDialog.html">VariablesFilterDialog</a></td>
 <td>Module implementing the variables filter dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.VariablesViewer.html">VariablesViewer</a></td>
 <td>Module implementing the variables viewer view based on QTreeView.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.WatchPointModel.html">WatchPointModel</a></td>
 <td>Module implementing the Watch expression model.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="eric6.Debugger.WatchPointViewer.html">WatchPointViewer</a></td>
 <td>Module implementing the watch expression viewer widget.</td>
 </tr>

eric ide

mercurial