|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Debugger</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.Debugger</h1> |
|
23 <p> |
|
24 Package implementing the Debugger frontend. |
|
25 </p><p> |
|
26 This package implements the graphical debugger. It consists |
|
27 of the debugger related HMI part, supporting dialogs and the debug server. |
|
28 </p> |
|
29 |
|
30 |
|
31 <h3>Modules</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="eric6.Debugger.BreakPointModel.html">BreakPointModel</a></td> |
|
35 <td>Module implementing the Breakpoint model.</td> |
|
36 </tr><tr> |
|
37 <td><a href="eric6.Debugger.BreakPointViewer.html">BreakPointViewer</a></td> |
|
38 <td>Module implementing the Breakpoint viewer widget.</td> |
|
39 </tr><tr> |
|
40 <td><a href="eric6.Debugger.CallStackViewer.html">CallStackViewer</a></td> |
|
41 <td>Module implementing the Call Stack viewer widget.</td> |
|
42 </tr><tr> |
|
43 <td><a href="eric6.Debugger.CallTraceViewer.html">CallTraceViewer</a></td> |
|
44 <td>Module implementing the Call Trace viewer widget.</td> |
|
45 </tr><tr> |
|
46 <td><a href="eric6.Debugger.Config.html">Config</a></td> |
|
47 <td>Module defining the different Python types and their display strings.</td> |
|
48 </tr><tr> |
|
49 <td><a href="eric6.Debugger.DebugClientCapabilities.html">DebugClientCapabilities</a></td> |
|
50 <td>Module defining the debug clients capabilities.</td> |
|
51 </tr><tr> |
|
52 <td><a href="eric6.Debugger.DebugServer.html">DebugServer</a></td> |
|
53 <td>Module implementing the debug server.</td> |
|
54 </tr><tr> |
|
55 <td><a href="eric6.Debugger.DebugUI.html">DebugUI</a></td> |
|
56 <td>Module implementing the debugger UI.</td> |
|
57 </tr><tr> |
|
58 <td><a href="eric6.Debugger.DebugViewer.html">DebugViewer</a></td> |
|
59 <td>Module implementing a widget containing various debug related views.</td> |
|
60 </tr><tr> |
|
61 <td><a href="eric6.Debugger.DebuggerInterfaceNone.html">DebuggerInterfaceNone</a></td> |
|
62 <td>Module implementing a dummy debugger interface for the debug server.</td> |
|
63 </tr><tr> |
|
64 <td><a href="eric6.Debugger.DebuggerInterfacePython.html">DebuggerInterfacePython</a></td> |
|
65 <td>Module implementing the Python3 debugger interface for the debug server.</td> |
|
66 </tr><tr> |
|
67 <td><a href="eric6.Debugger.EditBreakpointDialog.html">EditBreakpointDialog</a></td> |
|
68 <td>Module implementing a dialog to edit breakpoint properties.</td> |
|
69 </tr><tr> |
|
70 <td><a href="eric6.Debugger.EditWatchpointDialog.html">EditWatchpointDialog</a></td> |
|
71 <td>Module implementing a dialog to edit watch expression properties.</td> |
|
72 </tr><tr> |
|
73 <td><a href="eric6.Debugger.ExceptionLogger.html">ExceptionLogger</a></td> |
|
74 <td>Module implementing the Exception Logger widget.</td> |
|
75 </tr><tr> |
|
76 <td><a href="eric6.Debugger.ExceptionsFilterDialog.html">ExceptionsFilterDialog</a></td> |
|
77 <td>Module implementing the exceptions filter dialog.</td> |
|
78 </tr><tr> |
|
79 <td><a href="eric6.Debugger.StartDialog.html">StartDialog</a></td> |
|
80 <td>Module implementing the Start Program dialog.</td> |
|
81 </tr><tr> |
|
82 <td><a href="eric6.Debugger.StartHistoryEditDialog.html">StartHistoryEditDialog</a></td> |
|
83 <td>Module implementing a dialog to edit a list of history entries.</td> |
|
84 </tr><tr> |
|
85 <td><a href="eric6.Debugger.VariableDetailDialog.html">VariableDetailDialog</a></td> |
|
86 <td>Module implementing the variable detail dialog.</td> |
|
87 </tr><tr> |
|
88 <td><a href="eric6.Debugger.VariablesFilterDialog.html">VariablesFilterDialog</a></td> |
|
89 <td>Module implementing the variables filter dialog.</td> |
|
90 </tr><tr> |
|
91 <td><a href="eric6.Debugger.VariablesViewer.html">VariablesViewer</a></td> |
|
92 <td>Module implementing the variables viewer widget.</td> |
|
93 </tr><tr> |
|
94 <td><a href="eric6.Debugger.WatchPointModel.html">WatchPointModel</a></td> |
|
95 <td>Module implementing the Watch expression model.</td> |
|
96 </tr><tr> |
|
97 <td><a href="eric6.Debugger.WatchPointViewer.html">WatchPointViewer</a></td> |
|
98 <td>Module implementing the watch expression viewer widget.</td> |
|
99 </tr> |
|
100 </table> |
|
101 </body></html> |