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

changeset 7887
c1588f5a83e9
parent 7273
391d6b7b1eff
child 7960
e8fc383322f7
--- a/eric6/Documentation/Source/index-eric6.DebugClients.Python.html	Thu Dec 17 14:30:46 2020 +0100
+++ b/eric6/Documentation/Source/index-eric6.DebugClients.Python.html	Thu Dec 17 14:40:06 2020 +0100
@@ -77,10 +77,30 @@
 <td>Word completion for the eric6 shell.</td>
 </tr>
 <tr>
+<td><a href="eric6.DebugClients.Python.ModuleLoader.html">ModuleLoader</a></td>
+<td>Module implementing an import hook patching modules to support debugging.</td>
+</tr>
+<tr>
+<td><a href="eric6.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="eric6.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="eric6.DebugClients.Python.PyProfile.html">PyProfile</a></td>
 <td>Module defining additions to the standard Python profile.py.</td>
 </tr>
 <tr>
+<td><a href="eric6.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="eric6.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="eric6.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td>
 <td>Module implementing an import hook patching thread modules to get debugged too.</td>
 </tr>

eric ide

mercurial