diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/index-eric6.DebugClients.Python.html --- a/eric6/Documentation/Source/index-eric6.DebugClients.Python.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/index-eric6.DebugClients.Python.html Mon Feb 01 10:38:16 2021 +0100 @@ -42,7 +42,7 @@ </tr> <tr> <td><a href="eric6.DebugClients.Python.DCTestResult.html">DCTestResult</a></td> -<td>Module implementing a TestResult derivative for the eric6 debugger.</td> +<td>Module implementing a TestResult derivative for the eric debugger.</td> </tr> <tr> <td><a href="eric6.DebugClients.Python.DebugBase.html">DebugBase</a></td> @@ -74,13 +74,33 @@ </tr> <tr> <td><a href="eric6.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td> -<td>Word completion for the eric6 shell.</td> +<td>Word completion for the eric 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>