|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.DebugClients.Python3</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <h1>eric5.DebugClients.Python3</h1> |
|
12 <p> |
|
13 Package implementing the Python3 debugger |
|
14 </p><p> |
|
15 It consists of different kinds of debug clients. |
|
16 </p> |
|
17 |
|
18 |
|
19 <h3>Modules</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="eric5.DebugClients.Python3.AsyncFile.html">AsyncFile</a></td> |
|
23 <td>Module implementing an asynchronous file like socket interface for the debugger.</td> |
|
24 </tr><tr> |
|
25 <td><a href="eric5.DebugClients.Python3.AsyncIO.html">AsyncIO</a></td> |
|
26 <td>Module implementing a base class of an asynchronous interface for the debugger.</td> |
|
27 </tr><tr> |
|
28 <td><a href="eric5.DebugClients.Python3.DCTestResult.html">DCTestResult</a></td> |
|
29 <td>Module implementing a TestResult derivative for the eric5 debugger.</td> |
|
30 </tr><tr> |
|
31 <td><a href="eric5.DebugClients.Python3.DebugBase.html">DebugBase</a></td> |
|
32 <td>Module implementing the debug base class.</td> |
|
33 </tr><tr> |
|
34 <td><a href="eric5.DebugClients.Python3.DebugClient.html">DebugClient</a></td> |
|
35 <td>Module implementing a non-threaded variant of the debug client.</td> |
|
36 </tr><tr> |
|
37 <td><a href="eric5.DebugClients.Python3.DebugClientBase.html">DebugClientBase</a></td> |
|
38 <td>Module implementing a debug client base class.</td> |
|
39 </tr><tr> |
|
40 <td><a href="eric5.DebugClients.Python3.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
41 <td>Module defining the debug clients capabilities.</td> |
|
42 </tr><tr> |
|
43 <td><a href="eric5.DebugClients.Python3.DebugClientThreads.html">DebugClientThreads</a></td> |
|
44 <td>Module implementing the multithreaded version of the debug client.</td> |
|
45 </tr><tr> |
|
46 <td><a href="eric5.DebugClients.Python3.DebugConfig.html">DebugConfig</a></td> |
|
47 <td>Module defining type strings for the different Python types.</td> |
|
48 </tr><tr> |
|
49 <td><a href="eric5.DebugClients.Python3.DebugProtocol.html">DebugProtocol</a></td> |
|
50 <td>Module defining the debug protocol tokens.</td> |
|
51 </tr><tr> |
|
52 <td><a href="eric5.DebugClients.Python3.DebugThread.html">DebugThread</a></td> |
|
53 <td>Module implementing the debug thread.</td> |
|
54 </tr><tr> |
|
55 <td><a href="eric5.DebugClients.Python3.FlexCompleter.html">FlexCompleter</a></td> |
|
56 <td>Word completion for the eric5 shell</td> |
|
57 </tr><tr> |
|
58 <td><a href="eric5.DebugClients.Python3.PyProfile.html">PyProfile</a></td> |
|
59 <td>Module defining additions to the standard Python profile.py.</td> |
|
60 </tr><tr> |
|
61 <td><a href="eric5.DebugClients.Python3.eric4dbgstub.html">eric4dbgstub</a></td> |
|
62 <td>Module implementing a debugger stub for remote debugging.</td> |
|
63 </tr><tr> |
|
64 <td><a href="eric5.DebugClients.Python3.getpass.html">getpass</a></td> |
|
65 <td>Module implementing utilities to get a password and/or the current user name.</td> |
|
66 </tr> |
|
67 </table> |
|
68 </body></html> |