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

changeset 5141
bc64243b7672
parent 5126
d28b92dabc2b
parent 5140
01484c0afbc6
child 5144
1ab536d25072
equal deleted inserted replaced
5126:d28b92dabc2b 5141:bc64243b7672
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.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>eric6.DebugClients.Python</h1>
23 <p>
24 Package implementing the Python debugger.
25 </p><p>
26 It consists of different kinds of debug clients.
27 </p>
28
29
30 <h3>Modules</h3>
31 <table>
32 <tr>
33 <td><a href="eric6.DebugClients.Python.AsyncFile.html">AsyncFile</a></td>
34 <td>Module implementing an asynchronous file like socket interface for the debugger.</td>
35 </tr><tr>
36 <td><a href="eric6.DebugClients.Python.AsyncIO.html">AsyncIO</a></td>
37 <td>Module implementing a base class of an asynchronous interface for the debugger.</td>
38 </tr><tr>
39 <td><a href="eric6.DebugClients.Python.DCTestResult.html">DCTestResult</a></td>
40 <td>Module implementing a TestResult derivative for the eric6 debugger.</td>
41 </tr><tr>
42 <td><a href="eric6.DebugClients.Python.DebugBase.html">DebugBase</a></td>
43 <td>Module implementing the debug base class.</td>
44 </tr><tr>
45 <td><a href="eric6.DebugClients.Python.DebugClient.html">DebugClient</a></td>
46 <td>Module implementing a Qt free version of the debug client.</td>
47 </tr><tr>
48 <td><a href="eric6.DebugClients.Python.DebugClientBase.html">DebugClientBase</a></td>
49 <td>Module implementing a debug client base class.</td>
50 </tr><tr>
51 <td><a href="eric6.DebugClients.Python.DebugClientCapabilities.html">DebugClientCapabilities</a></td>
52 <td>Module defining the debug clients capabilities.</td>
53 </tr><tr>
54 <td><a href="eric6.DebugClients.Python.DebugClientThreads.html">DebugClientThreads</a></td>
55 <td>Module implementing the multithreaded version of the debug client.</td>
56 </tr><tr>
57 <td><a href="eric6.DebugClients.Python.DebugConfig.html">DebugConfig</a></td>
58 <td>Module defining type strings for the different Python types.</td>
59 </tr><tr>
60 <td><a href="eric6.DebugClients.Python.DebugProtocol.html">DebugProtocol</a></td>
61 <td>Module defining the debug protocol tokens.</td>
62 </tr><tr>
63 <td><a href="eric6.DebugClients.Python.DebugThread.html">DebugThread</a></td>
64 <td>Module implementing the debug thread.</td>
65 </tr><tr>
66 <td><a href="eric6.DebugClients.Python.FlexCompleter.html">FlexCompleter</a></td>
67 <td>Word completion for the eric6 shell.</td>
68 </tr><tr>
69 <td><a href="eric6.DebugClients.Python.PyProfile.html">PyProfile</a></td>
70 <td>Module defining additions to the standard Python profile.py.</td>
71 </tr><tr>
72 <td><a href="eric6.DebugClients.Python.eric6dbgstub.html">eric6dbgstub</a></td>
73 <td>Module implementing a debugger stub for remote debugging.</td>
74 </tr><tr>
75 <td><a href="eric6.DebugClients.Python.getpass.html">getpass</a></td>
76 <td>Module implementing utilities to get a password and/or the current user name.</td>
77 </tr>
78 </table>
79 </body></html>

eric ide

mercurial