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

changeset 7887
c1588f5a83e9
parent 7273
391d6b7b1eff
child 7960
e8fc383322f7
equal deleted inserted replaced
7885:3e4605cc3541 7887:c1588f5a83e9
75 <tr> 75 <tr>
76 <td><a href="eric6.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td> 76 <td><a href="eric6.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td>
77 <td>Word completion for the eric6 shell.</td> 77 <td>Word completion for the eric6 shell.</td>
78 </tr> 78 </tr>
79 <tr> 79 <tr>
80 <td><a href="eric6.DebugClients.Python.ModuleLoader.html">ModuleLoader</a></td>
81 <td>Module implementing an import hook patching modules to support debugging.</td>
82 </tr>
83 <tr>
84 <td><a href="eric6.DebugClients.Python.MultiProcessDebugExtension.html">MultiProcessDebugExtension</a></td>
85 <td>Module implementing a function to patch the process creation functions to support multiprocess debugging.</td>
86 </tr>
87 <tr>
88 <td><a href="eric6.DebugClients.Python.MultiprocessingExtension.html">MultiprocessingExtension</a></td>
89 <td>Module implementing a function to patch multiprocessing.Process to support debugging of the process.</td>
90 </tr>
91 <tr>
80 <td><a href="eric6.DebugClients.Python.PyProfile.html">PyProfile</a></td> 92 <td><a href="eric6.DebugClients.Python.PyProfile.html">PyProfile</a></td>
81 <td>Module defining additions to the standard Python profile.py.</td> 93 <td>Module defining additions to the standard Python profile.py.</td>
94 </tr>
95 <tr>
96 <td><a href="eric6.DebugClients.Python.QProcessExtension.html">QProcessExtension</a></td>
97 <td>Module implementing a function to patch QProcess to support debugging of the process.</td>
98 </tr>
99 <tr>
100 <td><a href="eric6.DebugClients.Python.SubprocessExtension.html">SubprocessExtension</a></td>
101 <td>Module implementing a function to patch subprocess.Popen to support debugging of the process.</td>
82 </tr> 102 </tr>
83 <tr> 103 <tr>
84 <td><a href="eric6.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td> 104 <td><a href="eric6.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td>
85 <td>Module implementing an import hook patching thread modules to get debugged too.</td> 105 <td>Module implementing an import hook patching thread modules to get debugged too.</td>
86 </tr> 106 </tr>

eric ide

mercurial