Documentation/Source/index-eric4.Debugger.html

changeset 3
0d9daebf5b8c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/index-eric4.Debugger.html	Mon Dec 28 16:18:43 2009 +0000
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html><head>
+<title>eric4.Debugger</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body>
+<h1>eric4.Debugger</h1>
+<p>
+Package implementing the Debugger frontend
+</p><p>
+This package implements the graphical debugger. It consists
+of the debugger related HMI part, supporting dialogs and the debug server.
+</p>
+
+
+<h3>Modules</h3>
+<table>
+<tr>
+<td><a href="eric4.Debugger.BreakPointModel.html">BreakPointModel</a></td>
+<td>Module implementing the Breakpoint model.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.BreakPointViewer.html">BreakPointViewer</a></td>
+<td>Module implementing the Breakpoint viewer widget.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.Config.html">Config</a></td>
+<td>Module defining the different Python types and their display strings.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebugClientCapabilities.html">DebugClientCapabilities</a></td>
+<td>Module defining the debug clients capabilities.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebugProtocol.html">DebugProtocol</a></td>
+<td>Module defining the debug protocol tokens.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebugServer.html">DebugServer</a></td>
+<td>Module implementing the debug server.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebugUI.html">DebugUI</a></td>
+<td>Module implementing the debugger UI.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebugViewer.html">DebugViewer</a></td>
+<td>Module implementing a widget containing various debug related views.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebuggerInterfaceNone.html">DebuggerInterfaceNone</a></td>
+<td>Module implementing a dummy debugger interface for the debug server.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebuggerInterfacePython.html">DebuggerInterfacePython</a></td>
+<td>Module implementing the Python debugger interface for the debug server.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebuggerInterfacePython3.html">DebuggerInterfacePython3</a></td>
+<td>Module implementing the Python3 debugger interface for the debug server.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.DebuggerInterfaceRuby.html">DebuggerInterfaceRuby</a></td>
+<td>Module implementing the Ruby debugger interface for the debug server.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.EditBreakpointDialog.html">EditBreakpointDialog</a></td>
+<td>Module implementing a dialog to edit breakpoint properties.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.EditWatchpointDialog.html">EditWatchpointDialog</a></td>
+<td>Module implementing a dialog to edit watch expression properties.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.ExceptionLogger.html">ExceptionLogger</a></td>
+<td>Module implementing the Exception Logger widget.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.ExceptionsFilterDialog.html">ExceptionsFilterDialog</a></td>
+<td>Module implementing the exceptions filter dialog.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.StartDialog.html">StartDialog</a></td>
+<td>Module implementing the Start Program dialog.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.VariableDetailDialog.html">VariableDetailDialog</a></td>
+<td>Module implementing the variable detail dialog.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.VariablesFilterDialog.html">VariablesFilterDialog</a></td>
+<td>Module implementing the variables filter dialog.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.VariablesViewer.html">VariablesViewer</a></td>
+<td>Module implementing the variables viewer widget.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.WatchPointModel.html">WatchPointModel</a></td>
+<td>Module implementing the Watch expression model.</td>
+</tr><tr>
+<td><a href="eric4.Debugger.WatchPointViewer.html">WatchPointViewer</a></td>
+<td>Module implementing the watch expression viewer widget.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial