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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9097
213951c41dcd
child 10479
856476537696
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/index-eric7.DebugClients.Python.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,98 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.DebugClients.Python</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</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.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