src/eric7/Documentation/Source/index-eric7.Debugger.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10479
856476537696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Debugger</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <h1>eric7.Debugger</h1>
9
10 <p>
11 Package implementing the Debugger frontend.
12 </p>
13 <p>
14 This package implements the graphical debugger. It consists
15 of the debugger related HMI part, supporting dialogs and the debug server.
16 </p>
17
18
19 <h3>Modules</h3>
20 <table>
21
22 <tr>
23 <td><a href="eric7.Debugger.BreakPointModel.html">BreakPointModel</a></td>
24 <td>Module implementing the Breakpoint model.</td>
25 </tr>
26 <tr>
27 <td><a href="eric7.Debugger.BreakPointViewer.html">BreakPointViewer</a></td>
28 <td>Module implementing the Breakpoint viewer widget.</td>
29 </tr>
30 <tr>
31 <td><a href="eric7.Debugger.CallStackViewer.html">CallStackViewer</a></td>
32 <td>Module implementing the Call Stack viewer widget.</td>
33 </tr>
34 <tr>
35 <td><a href="eric7.Debugger.CallTraceViewer.html">CallTraceViewer</a></td>
36 <td>Module implementing the Call Trace viewer widget.</td>
37 </tr>
38 <tr>
39 <td><a href="eric7.Debugger.Config.html">Config</a></td>
40 <td>Module defining the different Python types and their display strings.</td>
41 </tr>
42 <tr>
43 <td><a href="eric7.Debugger.DebugClientCapabilities.html">DebugClientCapabilities</a></td>
44 <td>Module defining the debug clients capabilities.</td>
45 </tr>
46 <tr>
47 <td><a href="eric7.Debugger.DebugServer.html">DebugServer</a></td>
48 <td>Module implementing the debug server.</td>
49 </tr>
50 <tr>
51 <td><a href="eric7.Debugger.DebugUI.html">DebugUI</a></td>
52 <td>Module implementing the debugger UI.</td>
53 </tr>
54 <tr>
55 <td><a href="eric7.Debugger.DebugViewer.html">DebugViewer</a></td>
56 <td>Module implementing a widget containing various debug related views.</td>
57 </tr>
58 <tr>
59 <td><a href="eric7.Debugger.DebuggerInterfaceNone.html">DebuggerInterfaceNone</a></td>
60 <td>Module implementing a dummy debugger interface for the debug server.</td>
61 </tr>
62 <tr>
63 <td><a href="eric7.Debugger.DebuggerInterfacePython.html">DebuggerInterfacePython</a></td>
64 <td>Module implementing the Python3 debugger interface for the debug server.</td>
65 </tr>
66 <tr>
67 <td><a href="eric7.Debugger.EditBreakpointDialog.html">EditBreakpointDialog</a></td>
68 <td>Module implementing a dialog to edit breakpoint properties.</td>
69 </tr>
70 <tr>
71 <td><a href="eric7.Debugger.EditWatchpointDialog.html">EditWatchpointDialog</a></td>
72 <td>Module implementing a dialog to edit watch expression properties.</td>
73 </tr>
74 <tr>
75 <td><a href="eric7.Debugger.ExceptionLogger.html">ExceptionLogger</a></td>
76 <td>Module implementing the Exception Logger widget.</td>
77 </tr>
78 <tr>
79 <td><a href="eric7.Debugger.ExceptionsFilterDialog.html">ExceptionsFilterDialog</a></td>
80 <td>Module implementing the exceptions filter dialog.</td>
81 </tr>
82 <tr>
83 <td><a href="eric7.Debugger.StartDialog.html">StartDialog</a></td>
84 <td>Module implementing the Start Program dialog.</td>
85 </tr>
86 <tr>
87 <td><a href="eric7.Debugger.StartHistoryEditDialog.html">StartHistoryEditDialog</a></td>
88 <td>Module implementing a dialog to edit a list of history entries.</td>
89 </tr>
90 <tr>
91 <td><a href="eric7.Debugger.VariableDetailDialog.html">VariableDetailDialog</a></td>
92 <td>Module implementing the variable detail dialog.</td>
93 </tr>
94 <tr>
95 <td><a href="eric7.Debugger.VariablesFilterDialog.html">VariablesFilterDialog</a></td>
96 <td>Module implementing the variables filter dialog.</td>
97 </tr>
98 <tr>
99 <td><a href="eric7.Debugger.VariablesViewer.html">VariablesViewer</a></td>
100 <td>Module implementing the variables viewer view based on QTreeView.</td>
101 </tr>
102 <tr>
103 <td><a href="eric7.Debugger.WatchPointModel.html">WatchPointModel</a></td>
104 <td>Module implementing the Watch expression model.</td>
105 </tr>
106 <tr>
107 <td><a href="eric7.Debugger.WatchPointViewer.html">WatchPointViewer</a></td>
108 <td>Module implementing the watch expression viewer widget.</td>
109 </tr>
110 </table>
111 </body></html>

eric ide

mercurial