|
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.Debugger</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.Debugger</h1> |
|
12 <p> |
|
13 Package implementing the Debugger frontend |
|
14 </p><p> |
|
15 This package implements the graphical debugger. It consists |
|
16 of the debugger related HMI part, supporting dialogs and the debug server. |
|
17 </p> |
|
18 |
|
19 |
|
20 <h3>Modules</h3> |
|
21 <table> |
|
22 <tr> |
|
23 <td><a href="eric5.Debugger.BreakPointModel.html">BreakPointModel</a></td> |
|
24 <td>Module implementing the Breakpoint model.</td> |
|
25 </tr><tr> |
|
26 <td><a href="eric5.Debugger.BreakPointViewer.html">BreakPointViewer</a></td> |
|
27 <td>Module implementing the Breakpoint viewer widget.</td> |
|
28 </tr><tr> |
|
29 <td><a href="eric5.Debugger.Config.html">Config</a></td> |
|
30 <td>Module defining the different Python types and their display strings.</td> |
|
31 </tr><tr> |
|
32 <td><a href="eric5.Debugger.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
33 <td>Module defining the debug clients capabilities.</td> |
|
34 </tr><tr> |
|
35 <td><a href="eric5.Debugger.DebugProtocol.html">DebugProtocol</a></td> |
|
36 <td>Module defining the debug protocol tokens.</td> |
|
37 </tr><tr> |
|
38 <td><a href="eric5.Debugger.DebugServer.html">DebugServer</a></td> |
|
39 <td>Module implementing the debug server.</td> |
|
40 </tr><tr> |
|
41 <td><a href="eric5.Debugger.DebugUI.html">DebugUI</a></td> |
|
42 <td>Module implementing the debugger UI.</td> |
|
43 </tr><tr> |
|
44 <td><a href="eric5.Debugger.DebugViewer.html">DebugViewer</a></td> |
|
45 <td>Module implementing a widget containing various debug related views.</td> |
|
46 </tr><tr> |
|
47 <td><a href="eric5.Debugger.DebuggerInterfaceNone.html">DebuggerInterfaceNone</a></td> |
|
48 <td>Module implementing a dummy debugger interface for the debug server.</td> |
|
49 </tr><tr> |
|
50 <td><a href="eric5.Debugger.DebuggerInterfacePython.html">DebuggerInterfacePython</a></td> |
|
51 <td>Module implementing the Python debugger interface for the debug server.</td> |
|
52 </tr><tr> |
|
53 <td><a href="eric5.Debugger.DebuggerInterfacePython3.html">DebuggerInterfacePython3</a></td> |
|
54 <td>Module implementing the Python3 debugger interface for the debug server.</td> |
|
55 </tr><tr> |
|
56 <td><a href="eric5.Debugger.DebuggerInterfaceRuby.html">DebuggerInterfaceRuby</a></td> |
|
57 <td>Module implementing the Ruby debugger interface for the debug server.</td> |
|
58 </tr><tr> |
|
59 <td><a href="eric5.Debugger.EditBreakpointDialog.html">EditBreakpointDialog</a></td> |
|
60 <td>Module implementing a dialog to edit breakpoint properties.</td> |
|
61 </tr><tr> |
|
62 <td><a href="eric5.Debugger.EditWatchpointDialog.html">EditWatchpointDialog</a></td> |
|
63 <td>Module implementing a dialog to edit watch expression properties.</td> |
|
64 </tr><tr> |
|
65 <td><a href="eric5.Debugger.ExceptionLogger.html">ExceptionLogger</a></td> |
|
66 <td>Module implementing the Exception Logger widget.</td> |
|
67 </tr><tr> |
|
68 <td><a href="eric5.Debugger.ExceptionsFilterDialog.html">ExceptionsFilterDialog</a></td> |
|
69 <td>Module implementing the exceptions filter dialog.</td> |
|
70 </tr><tr> |
|
71 <td><a href="eric5.Debugger.StartDialog.html">StartDialog</a></td> |
|
72 <td>Module implementing the Start Program dialog.</td> |
|
73 </tr><tr> |
|
74 <td><a href="eric5.Debugger.VariableDetailDialog.html">VariableDetailDialog</a></td> |
|
75 <td>Module implementing the variable detail dialog.</td> |
|
76 </tr><tr> |
|
77 <td><a href="eric5.Debugger.VariablesFilterDialog.html">VariablesFilterDialog</a></td> |
|
78 <td>Module implementing the variables filter dialog.</td> |
|
79 </tr><tr> |
|
80 <td><a href="eric5.Debugger.VariablesViewer.html">VariablesViewer</a></td> |
|
81 <td>Module implementing the variables viewer widget.</td> |
|
82 </tr><tr> |
|
83 <td><a href="eric5.Debugger.WatchPointModel.html">WatchPointModel</a></td> |
|
84 <td>Module implementing the Watch expression model.</td> |
|
85 </tr><tr> |
|
86 <td><a href="eric5.Debugger.WatchPointViewer.html">WatchPointViewer</a></td> |
|
87 <td>Module implementing the watch expression viewer widget.</td> |
|
88 </tr> |
|
89 </table> |
|
90 </body></html> |