|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.DebugClients.Python</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.DebugClients.Python</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing the standard Python debugger. |
|
12 </p> |
|
13 <p> |
|
14 It consists of different kinds of debug clients. |
|
15 </p> |
|
16 |
|
17 |
|
18 <h3>Modules</h3> |
|
19 <table> |
|
20 |
|
21 <tr> |
|
22 <td><a href="eric7.DebugClients.Python.AsyncFile.html">AsyncFile</a></td> |
|
23 <td>Module implementing an asynchronous file like socket interface for the debugger.</td> |
|
24 </tr> |
|
25 <tr> |
|
26 <td><a href="eric7.DebugClients.Python.BreakpointWatch.html">BreakpointWatch</a></td> |
|
27 <td>Module implementing the breakpoint and watch class.</td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><a href="eric7.DebugClients.Python.DebugBase.html">DebugBase</a></td> |
|
31 <td>Module implementing the debug base class which based originally on bdb.</td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td><a href="eric7.DebugClients.Python.DebugClient.html">DebugClient</a></td> |
|
35 <td>Module implementing the standard debug client.</td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><a href="eric7.DebugClients.Python.DebugClientBase.html">DebugClientBase</a></td> |
|
39 <td>Module implementing a debug client base class.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="eric7.DebugClients.Python.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
43 <td>Module defining the debug clients capabilities.</td> |
|
44 </tr> |
|
45 <tr> |
|
46 <td><a href="eric7.DebugClients.Python.DebugConfig.html">DebugConfig</a></td> |
|
47 <td>Module defining type strings for the different Python types.</td> |
|
48 </tr> |
|
49 <tr> |
|
50 <td><a href="eric7.DebugClients.Python.DebugUtilities.html">DebugUtilities</a></td> |
|
51 <td>Module implementing utilities functions for the debug client.</td> |
|
52 </tr> |
|
53 <tr> |
|
54 <td><a href="eric7.DebugClients.Python.DebugVariables.html">DebugVariables</a></td> |
|
55 <td>Module implementing classes and functions to dump variable contents.</td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td><a href="eric7.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td> |
|
59 <td>Word completion for the eric shell.</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="eric7.DebugClients.Python.ModuleLoader.html">ModuleLoader</a></td> |
|
63 <td>Module implementing an import hook patching modules to support debugging.</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="eric7.DebugClients.Python.MultiProcessDebugExtension.html">MultiProcessDebugExtension</a></td> |
|
67 <td>Module implementing a function to patch the process creation functions to support multiprocess debugging.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="eric7.DebugClients.Python.MultiprocessingExtension.html">MultiprocessingExtension</a></td> |
|
71 <td>Module implementing a function to patch multiprocessing.Process to support debugging of the process.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="eric7.DebugClients.Python.PyProfile.html">PyProfile</a></td> |
|
75 <td>Module defining additions to the standard Python profile.py.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="eric7.DebugClients.Python.QProcessExtension.html">QProcessExtension</a></td> |
|
79 <td>Module implementing a function to patch QProcess to support debugging of the process.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="eric7.DebugClients.Python.SubprocessExtension.html">SubprocessExtension</a></td> |
|
83 <td>Module implementing a function to patch subprocess.Popen to support debugging of the process.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="eric7.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td> |
|
87 <td>Module implementing an import hook patching thread modules to get debugged too.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="eric7.DebugClients.Python.eric7dbgstub.html">eric7dbgstub</a></td> |
|
91 <td>Module implementing a debugger stub for remote debugging.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="eric7.DebugClients.Python.getpass.html">getpass</a></td> |
|
95 <td>Module implementing utilities to get a password and/or the current user name.</td> |
|
96 </tr> |
|
97 </table> |
|
98 </body></html> |