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