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