eric7/Documentation/Source/index-eric7.DebugClients.Python.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/index-eric7.DebugClients.Python.html	Mon May 24 11:19:57 2021 +0200
@@ -0,0 +1,116 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.DebugClients.Python</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>eric7.DebugClients.Python</h1>
+
+<p>
+Package implementing the standard Python debugger.
+</p>
+<p>
+It consists of different kinds of debug clients.
+</p>
+
+
+<h3>Modules</h3>
+<table>
+
+<tr>
+<td><a href="eric7.DebugClients.Python.AsyncFile.html">AsyncFile</a></td>
+<td>Module implementing an asynchronous file like socket interface for the debugger.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.BreakpointWatch.html">BreakpointWatch</a></td>
+<td>Module implementing the breakpoint and watch class.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DCTestResult.html">DCTestResult</a></td>
+<td>Module implementing a TestResult derivative for the eric debugger.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugBase.html">DebugBase</a></td>
+<td>Module implementing the debug base class which based originally on bdb.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugClient.html">DebugClient</a></td>
+<td>Module implementing the standard debug client.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugClientBase.html">DebugClientBase</a></td>
+<td>Module implementing a debug client base class.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugClientCapabilities.html">DebugClientCapabilities</a></td>
+<td>Module defining the debug clients capabilities.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugConfig.html">DebugConfig</a></td>
+<td>Module defining type strings for the different Python types.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugUtilities.html">DebugUtilities</a></td>
+<td>Module implementing utilities functions for the debug client.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.DebugVariables.html">DebugVariables</a></td>
+<td>Module implementing classes and functions to dump variable contents.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td>
+<td>Word completion for the eric shell.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.ModuleLoader.html">ModuleLoader</a></td>
+<td>Module implementing an import hook patching modules to support debugging.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.MultiProcessDebugExtension.html">MultiProcessDebugExtension</a></td>
+<td>Module implementing a function to patch the process creation functions to support multiprocess debugging.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.MultiprocessingExtension.html">MultiprocessingExtension</a></td>
+<td>Module implementing a function to patch multiprocessing.Process to support debugging of the process.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.PyProfile.html">PyProfile</a></td>
+<td>Module defining additions to the standard Python profile.py.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.QProcessExtension.html">QProcessExtension</a></td>
+<td>Module implementing a function to patch QProcess to support debugging of the process.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.SubprocessExtension.html">SubprocessExtension</a></td>
+<td>Module implementing a function to patch subprocess.Popen to support debugging of the process.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td>
+<td>Module implementing an import hook patching thread modules to get debugged too.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.eric7dbgstub.html">eric7dbgstub</a></td>
+<td>Module implementing a debugger stub for remote debugging.</td>
+</tr>
+<tr>
+<td><a href="eric7.DebugClients.Python.getpass.html">getpass</a></td>
+<td>Module implementing utilities to get a password and/or the current user name.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial