|
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>eric4.DebugClients.Python3</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body> |
|
23 <h1>eric4.DebugClients.Python3</h1> |
|
24 <p> |
|
25 Package implementing the Python3 debugger |
|
26 </p><p> |
|
27 It consists of different kinds of debug clients. |
|
28 </p> |
|
29 |
|
30 |
|
31 <h3>Modules</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="eric4.DebugClients.Python3.AsyncFile.html">AsyncFile</a></td> |
|
35 <td>Module implementing an asynchronous file like socket interface for the debugger.</td> |
|
36 </tr><tr> |
|
37 <td><a href="eric4.DebugClients.Python3.AsyncIO.html">AsyncIO</a></td> |
|
38 <td>Module implementing a base class of an asynchronous interface for the debugger.</td> |
|
39 </tr><tr> |
|
40 <td><a href="eric4.DebugClients.Python3.DCTestResult.html">DCTestResult</a></td> |
|
41 <td>Module implementing a TestResult derivative for the eric4 debugger.</td> |
|
42 </tr><tr> |
|
43 <td><a href="eric4.DebugClients.Python3.DebugBase.html">DebugBase</a></td> |
|
44 <td>Module implementing the debug base class.</td> |
|
45 </tr><tr> |
|
46 <td><a href="eric4.DebugClients.Python3.DebugClient.html">DebugClient</a></td> |
|
47 <td>Module implementing a non-threaded variant of the debug client.</td> |
|
48 </tr><tr> |
|
49 <td><a href="eric4.DebugClients.Python3.DebugClientBase.html">DebugClientBase</a></td> |
|
50 <td>Module implementing a debug client base class.</td> |
|
51 </tr><tr> |
|
52 <td><a href="eric4.DebugClients.Python3.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
53 <td>Module defining the debug clients capabilities.</td> |
|
54 </tr><tr> |
|
55 <td><a href="eric4.DebugClients.Python3.DebugClientThreads.html">DebugClientThreads</a></td> |
|
56 <td>Module implementing the multithreaded version of the debug client.</td> |
|
57 </tr><tr> |
|
58 <td><a href="eric4.DebugClients.Python3.DebugConfig.html">DebugConfig</a></td> |
|
59 <td>Module defining type strings for the different Python types.</td> |
|
60 </tr><tr> |
|
61 <td><a href="eric4.DebugClients.Python3.DebugProtocol.html">DebugProtocol</a></td> |
|
62 <td>Module defining the debug protocol tokens.</td> |
|
63 </tr><tr> |
|
64 <td><a href="eric4.DebugClients.Python3.DebugThread.html">DebugThread</a></td> |
|
65 <td>Module implementing the debug thread.</td> |
|
66 </tr><tr> |
|
67 <td><a href="eric4.DebugClients.Python3.FlexCompleter.html">FlexCompleter</a></td> |
|
68 <td>Word completion for the eric4 shell</td> |
|
69 </tr><tr> |
|
70 <td><a href="eric4.DebugClients.Python3.PyProfile.html">PyProfile</a></td> |
|
71 <td>Module defining additions to the standard Python profile.py.</td> |
|
72 </tr><tr> |
|
73 <td><a href="eric4.DebugClients.Python3.eric4dbgstub.html">eric4dbgstub</a></td> |
|
74 <td>Module implementing a debugger stub for remote debugging.</td> |
|
75 </tr><tr> |
|
76 <td><a href="eric4.DebugClients.Python3.getpass.html">getpass</a></td> |
|
77 <td>Module implementing utilities to get a password and/or the current user name.</td> |
|
78 </tr> |
|
79 </table> |
|
80 </body></html> |