|
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.Python.DebugClient</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><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.DebugClients.Python.DebugClient</h1> |
|
12 <p> |
|
13 Module implementing a Qt free version of the debug client. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#DebugClient">DebugClient</a></td> |
|
23 <td>Class implementing the client side of the debugger.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="DebugClient" ID="DebugClient"></a> |
|
32 <h2>DebugClient</h2> |
|
33 <p> |
|
34 Class implementing the client side of the debugger. |
|
35 </p><p> |
|
36 This variant of the debugger implements the standard debugger client |
|
37 by subclassing all relevant base classes. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 DebugClientBase.DebugClientBase, AsyncIO, DebugBase |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>debugClient</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#DebugClient.__init__">DebugClient</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr> |
|
51 </table> |
|
52 <a NAME="DebugClient.__init__" ID="DebugClient.__init__"></a> |
|
53 <h4>DebugClient (Constructor)</h4> |
|
54 <b>DebugClient</b>(<i></i>) |
|
55 <p> |
|
56 Constructor |
|
57 </p> |
|
58 <div align="right"><a href="#top">Up</a></div> |
|
59 <hr /> |
|
60 </body></html> |