|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.DebugClients.Python</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric7.DebugClients.Python</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing the standard Python debugger. |
|
26 </p> |
|
27 <p> |
|
28 It consists of different kinds of debug clients. |
|
29 </p> |
|
30 |
|
31 |
|
32 <h3>Modules</h3> |
|
33 <table> |
|
34 |
|
35 <tr> |
|
36 <td><a href="eric7.DebugClients.Python.AsyncFile.html">AsyncFile</a></td> |
|
37 <td>Module implementing an asynchronous file like socket interface for the debugger.</td> |
|
38 </tr> |
|
39 <tr> |
|
40 <td><a href="eric7.DebugClients.Python.BreakpointWatch.html">BreakpointWatch</a></td> |
|
41 <td>Module implementing the breakpoint and watch class.</td> |
|
42 </tr> |
|
43 <tr> |
|
44 <td><a href="eric7.DebugClients.Python.DCTestResult.html">DCTestResult</a></td> |
|
45 <td>Module implementing a TestResult derivative for the eric debugger.</td> |
|
46 </tr> |
|
47 <tr> |
|
48 <td><a href="eric7.DebugClients.Python.DebugBase.html">DebugBase</a></td> |
|
49 <td>Module implementing the debug base class which based originally on bdb.</td> |
|
50 </tr> |
|
51 <tr> |
|
52 <td><a href="eric7.DebugClients.Python.DebugClient.html">DebugClient</a></td> |
|
53 <td>Module implementing the standard debug client.</td> |
|
54 </tr> |
|
55 <tr> |
|
56 <td><a href="eric7.DebugClients.Python.DebugClientBase.html">DebugClientBase</a></td> |
|
57 <td>Module implementing a debug client base class.</td> |
|
58 </tr> |
|
59 <tr> |
|
60 <td><a href="eric7.DebugClients.Python.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
61 <td>Module defining the debug clients capabilities.</td> |
|
62 </tr> |
|
63 <tr> |
|
64 <td><a href="eric7.DebugClients.Python.DebugConfig.html">DebugConfig</a></td> |
|
65 <td>Module defining type strings for the different Python types.</td> |
|
66 </tr> |
|
67 <tr> |
|
68 <td><a href="eric7.DebugClients.Python.DebugUtilities.html">DebugUtilities</a></td> |
|
69 <td>Module implementing utilities functions for the debug client.</td> |
|
70 </tr> |
|
71 <tr> |
|
72 <td><a href="eric7.DebugClients.Python.DebugVariables.html">DebugVariables</a></td> |
|
73 <td>Module implementing classes and functions to dump variable contents.</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="eric7.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td> |
|
77 <td>Word completion for the eric shell.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="eric7.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="eric7.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="eric7.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> |
|
92 <td><a href="eric7.DebugClients.Python.PyProfile.html">PyProfile</a></td> |
|
93 <td>Module defining additions to the standard Python profile.py.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="eric7.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="eric7.DebugClients.Python.SubprocessExtension.html">SubprocessExtension</a></td> |
|
101 <td>Module implementing a function to patch subprocess.Popen to support debugging of the process.</td> |
|
102 </tr> |
|
103 <tr> |
|
104 <td><a href="eric7.DebugClients.Python.ThreadExtension.html">ThreadExtension</a></td> |
|
105 <td>Module implementing an import hook patching thread modules to get debugged too.</td> |
|
106 </tr> |
|
107 <tr> |
|
108 <td><a href="eric7.DebugClients.Python.eric7dbgstub.html">eric7dbgstub</a></td> |
|
109 <td>Module implementing a debugger stub for remote debugging.</td> |
|
110 </tr> |
|
111 <tr> |
|
112 <td><a href="eric7.DebugClients.Python.getpass.html">getpass</a></td> |
|
113 <td>Module implementing utilities to get a password and/or the current user name.</td> |
|
114 </tr> |
|
115 </table> |
|
116 </body></html> |