|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.DebugClients.Ruby</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.Ruby</h1> |
|
23 <p> |
|
24 Package implementing the Ruby debugger. |
|
25 </p> |
|
26 |
|
27 |
|
28 <h3>Modules</h3> |
|
29 <table> |
|
30 <tr> |
|
31 <td><a href="eric6.DebugClients.Ruby.AsyncFile.html">AsyncFile</a></td> |
|
32 <td>File implementing an asynchronous file like socket interface for the debugger.</td> |
|
33 </tr><tr> |
|
34 <td><a href="eric6.DebugClients.Ruby.AsyncIO.html">AsyncIO</a></td> |
|
35 <td>File implementing an asynchronous interface for the debugger.</td> |
|
36 </tr><tr> |
|
37 <td><a href="eric6.DebugClients.Ruby.Completer.html">Completer</a></td> |
|
38 <td>File implementing a command line completer class.</td> |
|
39 </tr><tr> |
|
40 <td><a href="eric6.DebugClients.Ruby.Config.html">Config</a></td> |
|
41 <td>File defining the different Ruby types</td> |
|
42 </tr><tr> |
|
43 <td><a href="eric6.DebugClients.Ruby.DebugClient.html">DebugClient</a></td> |
|
44 <td>File implementing a debug client.</td> |
|
45 </tr><tr> |
|
46 <td><a href="eric6.DebugClients.Ruby.DebugClientBaseModule.html">DebugClientBaseModule</a></td> |
|
47 <td>File implementing a debug client base module.</td> |
|
48 </tr><tr> |
|
49 <td><a href="eric6.DebugClients.Ruby.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
50 <td>File defining the debug clients capabilities.</td> |
|
51 </tr><tr> |
|
52 <td><a href="eric6.DebugClients.Ruby.DebugProtocol.html">DebugProtocol</a></td> |
|
53 <td>File defining the debug protocol tokens</td> |
|
54 </tr><tr> |
|
55 <td><a href="eric6.DebugClients.Ruby.DebugQuit.html">DebugQuit</a></td> |
|
56 <td>File implementing a debug quit exception class.</td> |
|
57 </tr><tr> |
|
58 <td><a href="eric6.DebugClients.Ruby.Debuggee.html">Debuggee</a></td> |
|
59 <td>File implementing the real debugger, which is connected to the IDE frontend.</td> |
|
60 </tr> |
|
61 </table> |
|
62 </body></html> |