|
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.DebugUI</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><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Debugger.DebugUI</h1> |
|
12 <p> |
|
13 Module implementing the debugger UI. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#DebugUI">DebugUI</a></td> |
|
23 <td>Class implementing the debugger part of the UI.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="DebugUI" ID="DebugUI"></a> |
|
32 <h2>DebugUI</h2> |
|
33 <p> |
|
34 Class implementing the debugger part of the UI. |
|
35 </p><h4>Signals</h4> |
|
36 <dl> |
|
37 <dt>clientStack(stack)</dt> |
|
38 <dd> |
|
39 emitted at breaking after a reported exception |
|
40 </dd><dt>compileForms()</dt> |
|
41 <dd> |
|
42 emitted if changed project forms should be compiled |
|
43 </dd><dt>compileResources()</dt> |
|
44 <dd> |
|
45 emitted if changed project resources should be compiled |
|
46 </dd><dt>debuggingStarted(filename)</dt> |
|
47 <dd> |
|
48 emitted when a debugging session was started |
|
49 </dd><dt>exceptionInterrupt()</dt> |
|
50 <dd> |
|
51 emitted after the execution was interrupted by an |
|
52 exception and acknowledged by the user |
|
53 </dd><dt>resetUI()</dt> |
|
54 <dd> |
|
55 emitted to reset the UI |
|
56 </dd> |
|
57 </dl> |
|
58 <h3>Derived from</h3> |
|
59 QObject |
|
60 <h3>Class Attributes</h3> |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
|
64 <h3>Methods</h3> |
|
65 <table> |
|
66 <tr> |
|
67 <td><a href="#DebugUI.__init__">DebugUI</a></td> |
|
68 <td>Constructor</td> |
|
69 </tr><tr> |
|
70 <td><a href="#DebugUI.__breakpointSelected">__breakpointSelected</a></td> |
|
71 <td>Private method to handle the breakpoint selected signal.</td> |
|
72 </tr><tr> |
|
73 <td><a href="#DebugUI.__checkActions">__checkActions</a></td> |
|
74 <td>Private slot to check some actions for their enable/disable status.</td> |
|
75 </tr><tr> |
|
76 <td><a href="#DebugUI.__clearBreakpoints">__clearBreakpoints</a></td> |
|
77 <td>Private slot to handle the 'Clear breakpoints' action.</td> |
|
78 </tr><tr> |
|
79 <td><a href="#DebugUI.__clientBreakConditionError">__clientBreakConditionError</a></td> |
|
80 <td>Private method to handle a condition error of a breakpoint.</td> |
|
81 </tr><tr> |
|
82 <td><a href="#DebugUI.__clientException">__clientException</a></td> |
|
83 <td>Private method to handle an exception of the debugged program.</td> |
|
84 </tr><tr> |
|
85 <td><a href="#DebugUI.__clientExit">__clientExit</a></td> |
|
86 <td>Private method to handle the debugged program terminating.</td> |
|
87 </tr><tr> |
|
88 <td><a href="#DebugUI.__clientGone">__clientGone</a></td> |
|
89 <td>Private method to handle the disconnection of the debugger client.</td> |
|
90 </tr><tr> |
|
91 <td><a href="#DebugUI.__clientLine">__clientLine</a></td> |
|
92 <td>Private method to handle a change to the current line.</td> |
|
93 </tr><tr> |
|
94 <td><a href="#DebugUI.__clientSyntaxError">__clientSyntaxError</a></td> |
|
95 <td>Private method to handle a syntax error in the debugged program.</td> |
|
96 </tr><tr> |
|
97 <td><a href="#DebugUI.__clientThreadSet">__clientThreadSet</a></td> |
|
98 <td>Private method to handle a change of the client's current thread.</td> |
|
99 </tr><tr> |
|
100 <td><a href="#DebugUI.__clientVariable">__clientVariable</a></td> |
|
101 <td>Private method to write the contents of a clients classvariable to the user interface.</td> |
|
102 </tr><tr> |
|
103 <td><a href="#DebugUI.__clientVariables">__clientVariables</a></td> |
|
104 <td>Private method to write the clients variables to the user interface.</td> |
|
105 </tr><tr> |
|
106 <td><a href="#DebugUI.__clientWatchConditionError">__clientWatchConditionError</a></td> |
|
107 <td>Public method to handle a expression error of a watch expression.</td> |
|
108 </tr><tr> |
|
109 <td><a href="#DebugUI.__compileChangedProjectFiles">__compileChangedProjectFiles</a></td> |
|
110 <td>Private method to signal compilation of changed forms and resources is wanted.</td> |
|
111 </tr><tr> |
|
112 <td><a href="#DebugUI.__configureExceptionsFilter">__configureExceptionsFilter</a></td> |
|
113 <td>Private slot for displaying the exception filter dialog.</td> |
|
114 </tr><tr> |
|
115 <td><a href="#DebugUI.__configureIgnoredExceptions">__configureIgnoredExceptions</a></td> |
|
116 <td>Private slot for displaying the ignored exceptions dialog.</td> |
|
117 </tr><tr> |
|
118 <td><a href="#DebugUI.__configureVariablesFilters">__configureVariablesFilters</a></td> |
|
119 <td>Private slot for displaying the variables filter configuration dialog.</td> |
|
120 </tr><tr> |
|
121 <td><a href="#DebugUI.__continue">__continue</a></td> |
|
122 <td>Private method to handle the Continue action.</td> |
|
123 </tr><tr> |
|
124 <td><a href="#DebugUI.__coverageProject">__coverageProject</a></td> |
|
125 <td>Private slot to handle the coverage of project action.</td> |
|
126 </tr><tr> |
|
127 <td><a href="#DebugUI.__coverageScript">__coverageScript</a></td> |
|
128 <td>Private slot to handle the coverage of script action.</td> |
|
129 </tr><tr> |
|
130 <td><a href="#DebugUI.__cursorChanged">__cursorChanged</a></td> |
|
131 <td>Private slot handling the cursorChanged signal of the viewmanager.</td> |
|
132 </tr><tr> |
|
133 <td><a href="#DebugUI.__debugProject">__debugProject</a></td> |
|
134 <td>Private slot to handle the debug project action.</td> |
|
135 </tr><tr> |
|
136 <td><a href="#DebugUI.__debugScript">__debugScript</a></td> |
|
137 <td>Private slot to handle the debug script action.</td> |
|
138 </tr><tr> |
|
139 <td><a href="#DebugUI.__doCoverage">__doCoverage</a></td> |
|
140 <td>Private method to handle the coverage actions.</td> |
|
141 </tr><tr> |
|
142 <td><a href="#DebugUI.__doDebug">__doDebug</a></td> |
|
143 <td>Private method to handle the debug actions.</td> |
|
144 </tr><tr> |
|
145 <td><a href="#DebugUI.__doProfile">__doProfile</a></td> |
|
146 <td>Private method to handle the profile actions.</td> |
|
147 </tr><tr> |
|
148 <td><a href="#DebugUI.__doRestart">__doRestart</a></td> |
|
149 <td>Private slot to handle the restart action to restart the last debugged file.</td> |
|
150 </tr><tr> |
|
151 <td><a href="#DebugUI.__doRun">__doRun</a></td> |
|
152 <td>Private method to handle the run actions.</td> |
|
153 </tr><tr> |
|
154 <td><a href="#DebugUI.__editBreakpoint">__editBreakpoint</a></td> |
|
155 <td>Private slot to handle the 'Edit breakpoint' action.</td> |
|
156 </tr><tr> |
|
157 <td><a href="#DebugUI.__editorOpened">__editorOpened</a></td> |
|
158 <td>Private slot to handle the editorOpened signal.</td> |
|
159 </tr><tr> |
|
160 <td><a href="#DebugUI.__enterRemote">__enterRemote</a></td> |
|
161 <td>Private method to update the user interface.</td> |
|
162 </tr><tr> |
|
163 <td><a href="#DebugUI.__eval">__eval</a></td> |
|
164 <td>Private method to handle the Eval action.</td> |
|
165 </tr><tr> |
|
166 <td><a href="#DebugUI.__exec">__exec</a></td> |
|
167 <td>Private method to handle the Exec action.</td> |
|
168 </tr><tr> |
|
169 <td><a href="#DebugUI.__getClientVariables">__getClientVariables</a></td> |
|
170 <td>Private method to request the global and local variables.</td> |
|
171 </tr><tr> |
|
172 <td><a href="#DebugUI.__getThreadList">__getThreadList</a></td> |
|
173 <td>Private method to get the list of threads from the client.</td> |
|
174 </tr><tr> |
|
175 <td><a href="#DebugUI.__lastEditorClosed">__lastEditorClosed</a></td> |
|
176 <td>Private slot to handle the closeProgram signal.</td> |
|
177 </tr><tr> |
|
178 <td><a href="#DebugUI.__nextBreakpoint">__nextBreakpoint</a></td> |
|
179 <td>Private slot to handle the 'Next breakpoint' action.</td> |
|
180 </tr><tr> |
|
181 <td><a href="#DebugUI.__passiveDebugStarted">__passiveDebugStarted</a></td> |
|
182 <td>Private slot to handle a passive debug session start.</td> |
|
183 </tr><tr> |
|
184 <td><a href="#DebugUI.__previousBreakpoint">__previousBreakpoint</a></td> |
|
185 <td>Private slot to handle the 'Previous breakpoint' action.</td> |
|
186 </tr><tr> |
|
187 <td><a href="#DebugUI.__profileProject">__profileProject</a></td> |
|
188 <td>Private slot to handle the profile project action.</td> |
|
189 </tr><tr> |
|
190 <td><a href="#DebugUI.__profileScript">__profileScript</a></td> |
|
191 <td>Private slot to handle the profile script action.</td> |
|
192 </tr><tr> |
|
193 <td><a href="#DebugUI.__projectClosed">__projectClosed</a></td> |
|
194 <td>Private slot to handle the projectClosed signal.</td> |
|
195 </tr><tr> |
|
196 <td><a href="#DebugUI.__projectOpened">__projectOpened</a></td> |
|
197 <td>Private slot to handle the projectOpened signal.</td> |
|
198 </tr><tr> |
|
199 <td><a href="#DebugUI.__projectSessionLoaded">__projectSessionLoaded</a></td> |
|
200 <td>Private slot to handle the projectSessionLoaded signal.</td> |
|
201 </tr><tr> |
|
202 <td><a href="#DebugUI.__resetUI">__resetUI</a></td> |
|
203 <td>Private slot to reset the user interface.</td> |
|
204 </tr><tr> |
|
205 <td><a href="#DebugUI.__runProject">__runProject</a></td> |
|
206 <td>Private slot to handle the run project action.</td> |
|
207 </tr><tr> |
|
208 <td><a href="#DebugUI.__runScript">__runScript</a></td> |
|
209 <td>Private slot to handle the run script action.</td> |
|
210 </tr><tr> |
|
211 <td><a href="#DebugUI.__runToCursor">__runToCursor</a></td> |
|
212 <td>Private method to handle the Run to Cursor action.</td> |
|
213 </tr><tr> |
|
214 <td><a href="#DebugUI.__showBreakpointsMenu">__showBreakpointsMenu</a></td> |
|
215 <td>Private method to handle the show breakpoints menu signal.</td> |
|
216 </tr><tr> |
|
217 <td><a href="#DebugUI.__showDebugMenu">__showDebugMenu</a></td> |
|
218 <td>Private method to set up the debug menu.</td> |
|
219 </tr><tr> |
|
220 <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td> |
|
221 <td>Private method to handle the Special Continue action.</td> |
|
222 </tr><tr> |
|
223 <td><a href="#DebugUI.__step">__step</a></td> |
|
224 <td>Private method to handle the Step action.</td> |
|
225 </tr><tr> |
|
226 <td><a href="#DebugUI.__stepOut">__stepOut</a></td> |
|
227 <td>Private method to handle the Step Out action.</td> |
|
228 </tr><tr> |
|
229 <td><a href="#DebugUI.__stepOver">__stepOver</a></td> |
|
230 <td>Private method to handle the Step Over action.</td> |
|
231 </tr><tr> |
|
232 <td><a href="#DebugUI.__stepQuit">__stepQuit</a></td> |
|
233 <td>Private method to handle the Step Quit action.</td> |
|
234 </tr><tr> |
|
235 <td><a href="#DebugUI.__stopScript">__stopScript</a></td> |
|
236 <td>Private slot to stop the running script.</td> |
|
237 </tr><tr> |
|
238 <td><a href="#DebugUI.__toggleBreakpoint">__toggleBreakpoint</a></td> |
|
239 <td>Private slot to handle the 'Set/Reset breakpoint' action.</td> |
|
240 </tr><tr> |
|
241 <td><a href="#DebugUI.getActions">getActions</a></td> |
|
242 <td>Public method to get a list of all actions.</td> |
|
243 </tr><tr> |
|
244 <td><a href="#DebugUI.initActions">initActions</a></td> |
|
245 <td>Method defining the user interface actions.</td> |
|
246 </tr><tr> |
|
247 <td><a href="#DebugUI.initMenus">initMenus</a></td> |
|
248 <td>Public slot to initialize the project menu.</td> |
|
249 </tr><tr> |
|
250 <td><a href="#DebugUI.initToolbars">initToolbars</a></td> |
|
251 <td>Public slot to initialize the debug toolbars.</td> |
|
252 </tr><tr> |
|
253 <td><a href="#DebugUI.setArgvHistory">setArgvHistory</a></td> |
|
254 <td>Public slot to initialize the argv history.</td> |
|
255 </tr><tr> |
|
256 <td><a href="#DebugUI.setAutoClearShell">setAutoClearShell</a></td> |
|
257 <td>Public slot to initialize the autoClearShell flag.</td> |
|
258 </tr><tr> |
|
259 <td><a href="#DebugUI.setAutoContinue">setAutoContinue</a></td> |
|
260 <td>Public slot to initialize the autoContinue flag.</td> |
|
261 </tr><tr> |
|
262 <td><a href="#DebugUI.setEnvHistory">setEnvHistory</a></td> |
|
263 <td>Public slot to initialize the env history.</td> |
|
264 </tr><tr> |
|
265 <td><a href="#DebugUI.setExcIgnoreList">setExcIgnoreList</a></td> |
|
266 <td>Public slot to initialize the ignored exceptions type list.</td> |
|
267 </tr><tr> |
|
268 <td><a href="#DebugUI.setExcList">setExcList</a></td> |
|
269 <td>Public slot to initialize the exceptions type list.</td> |
|
270 </tr><tr> |
|
271 <td><a href="#DebugUI.setExceptionReporting">setExceptionReporting</a></td> |
|
272 <td>Public slot to initialize the exception reporting flag.</td> |
|
273 </tr><tr> |
|
274 <td><a href="#DebugUI.setTracePython">setTracePython</a></td> |
|
275 <td>Public slot to initialize the trace Python flag.</td> |
|
276 </tr><tr> |
|
277 <td><a href="#DebugUI.setWdHistory">setWdHistory</a></td> |
|
278 <td>Public slot to initialize the wd history.</td> |
|
279 </tr><tr> |
|
280 <td><a href="#DebugUI.shutdown">shutdown</a></td> |
|
281 <td>Public method to perform shutdown actions.</td> |
|
282 </tr><tr> |
|
283 <td><a href="#DebugUI.shutdownServer">shutdownServer</a></td> |
|
284 <td>Public method to shut down the debug server.</td> |
|
285 </tr><tr> |
|
286 <td><a href="#DebugUI.variablesFilter">variablesFilter</a></td> |
|
287 <td>Public method to get the variables filter for a scope.</td> |
|
288 </tr> |
|
289 </table> |
|
290 <a NAME="DebugUI.__init__" ID="DebugUI.__init__"></a> |
|
291 <h4>DebugUI (Constructor)</h4> |
|
292 <b>DebugUI</b>(<i>ui, vm, debugServer, debugViewer, project</i>) |
|
293 <p> |
|
294 Constructor |
|
295 </p><dl> |
|
296 <dt><i>ui</i></dt> |
|
297 <dd> |
|
298 reference to the main UI |
|
299 </dd><dt><i>vm</i></dt> |
|
300 <dd> |
|
301 reference to the viewmanager |
|
302 </dd><dt><i>debugServer</i></dt> |
|
303 <dd> |
|
304 reference to the debug server |
|
305 </dd><dt><i>debugViewer</i></dt> |
|
306 <dd> |
|
307 reference to the debug viewer widget |
|
308 </dd><dt><i>project</i></dt> |
|
309 <dd> |
|
310 reference to the project object |
|
311 </dd> |
|
312 </dl><a NAME="DebugUI.__breakpointSelected" ID="DebugUI.__breakpointSelected"></a> |
|
313 <h4>DebugUI.__breakpointSelected</h4> |
|
314 <b>__breakpointSelected</b>(<i>act</i>) |
|
315 <p> |
|
316 Private method to handle the breakpoint selected signal. |
|
317 </p><dl> |
|
318 <dt><i>act</i></dt> |
|
319 <dd> |
|
320 reference to the action that triggered (QAction) |
|
321 </dd> |
|
322 </dl><a NAME="DebugUI.__checkActions" ID="DebugUI.__checkActions"></a> |
|
323 <h4>DebugUI.__checkActions</h4> |
|
324 <b>__checkActions</b>(<i>editor</i>) |
|
325 <p> |
|
326 Private slot to check some actions for their enable/disable status. |
|
327 </p><dl> |
|
328 <dt><i>editor</i></dt> |
|
329 <dd> |
|
330 editor window |
|
331 </dd> |
|
332 </dl><a NAME="DebugUI.__clearBreakpoints" ID="DebugUI.__clearBreakpoints"></a> |
|
333 <h4>DebugUI.__clearBreakpoints</h4> |
|
334 <b>__clearBreakpoints</b>(<i></i>) |
|
335 <p> |
|
336 Private slot to handle the 'Clear breakpoints' action. |
|
337 </p><a NAME="DebugUI.__clientBreakConditionError" ID="DebugUI.__clientBreakConditionError"></a> |
|
338 <h4>DebugUI.__clientBreakConditionError</h4> |
|
339 <b>__clientBreakConditionError</b>(<i>filename, lineno</i>) |
|
340 <p> |
|
341 Private method to handle a condition error of a breakpoint. |
|
342 </p><dl> |
|
343 <dt><i>filename</i></dt> |
|
344 <dd> |
|
345 filename of the breakpoint (string) |
|
346 </dd><dt><i>lineno</i></dt> |
|
347 <dd> |
|
348 linenumber of the breakpoint (integer) |
|
349 </dd> |
|
350 </dl><a NAME="DebugUI.__clientException" ID="DebugUI.__clientException"></a> |
|
351 <h4>DebugUI.__clientException</h4> |
|
352 <b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) |
|
353 <p> |
|
354 Private method to handle an exception of the debugged program. |
|
355 </p><dl> |
|
356 <dt><i>exceptionType</i></dt> |
|
357 <dd> |
|
358 type of exception raised (string) |
|
359 </dd><dt><i>exceptionMessage</i></dt> |
|
360 <dd> |
|
361 message given by the exception (string) |
|
362 </dd><dt><i>stackTrace</i></dt> |
|
363 <dd> |
|
364 list of stack entries. |
|
365 </dd> |
|
366 </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
|
367 <h4>DebugUI.__clientExit</h4> |
|
368 <b>__clientExit</b>(<i>status</i>) |
|
369 <p> |
|
370 Private method to handle the debugged program terminating. |
|
371 </p><dl> |
|
372 <dt><i>status</i></dt> |
|
373 <dd> |
|
374 exit code of the debugged program (int) |
|
375 </dd> |
|
376 </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
|
377 <h4>DebugUI.__clientGone</h4> |
|
378 <b>__clientGone</b>(<i>unplanned</i>) |
|
379 <p> |
|
380 Private method to handle the disconnection of the debugger client. |
|
381 </p><dl> |
|
382 <dt><i>unplanned</i></dt> |
|
383 <dd> |
|
384 1 if the client died, 0 otherwise |
|
385 </dd> |
|
386 </dl><a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> |
|
387 <h4>DebugUI.__clientLine</h4> |
|
388 <b>__clientLine</b>(<i>fn, line, forStack</i>) |
|
389 <p> |
|
390 Private method to handle a change to the current line. |
|
391 </p><dl> |
|
392 <dt><i>fn</i></dt> |
|
393 <dd> |
|
394 filename (string) |
|
395 </dd><dt><i>line</i></dt> |
|
396 <dd> |
|
397 linenumber (int) |
|
398 </dd><dt><i>forStack</i></dt> |
|
399 <dd> |
|
400 flag indicating this is for a stack dump (boolean) |
|
401 </dd> |
|
402 </dl><a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a> |
|
403 <h4>DebugUI.__clientSyntaxError</h4> |
|
404 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) |
|
405 <p> |
|
406 Private method to handle a syntax error in the debugged program. |
|
407 </p><dl> |
|
408 <dt><i>message</i></dt> |
|
409 <dd> |
|
410 message of the syntax error (string) |
|
411 </dd><dt><i>filename</i></dt> |
|
412 <dd> |
|
413 translated filename of the syntax error position (string) |
|
414 </dd><dt><i>lineNo</i></dt> |
|
415 <dd> |
|
416 line number of the syntax error position (integer) |
|
417 </dd><dt><i>characterNo</i></dt> |
|
418 <dd> |
|
419 character number of the syntax error position (integer) |
|
420 </dd> |
|
421 </dl><a NAME="DebugUI.__clientThreadSet" ID="DebugUI.__clientThreadSet"></a> |
|
422 <h4>DebugUI.__clientThreadSet</h4> |
|
423 <b>__clientThreadSet</b>(<i></i>) |
|
424 <p> |
|
425 Private method to handle a change of the client's current thread. |
|
426 </p><a NAME="DebugUI.__clientVariable" ID="DebugUI.__clientVariable"></a> |
|
427 <h4>DebugUI.__clientVariable</h4> |
|
428 <b>__clientVariable</b>(<i>scope, variables</i>) |
|
429 <p> |
|
430 Private method to write the contents of a clients classvariable to the user |
|
431 interface. |
|
432 </p><dl> |
|
433 <dt><i>scope</i></dt> |
|
434 <dd> |
|
435 scope of the variables (-1 = empty global, 1 = global, 0 = local) |
|
436 </dd><dt><i>variables</i></dt> |
|
437 <dd> |
|
438 the list of members of a classvariable from the client |
|
439 </dd> |
|
440 </dl><a NAME="DebugUI.__clientVariables" ID="DebugUI.__clientVariables"></a> |
|
441 <h4>DebugUI.__clientVariables</h4> |
|
442 <b>__clientVariables</b>(<i>scope, variables</i>) |
|
443 <p> |
|
444 Private method to write the clients variables to the user interface. |
|
445 </p><dl> |
|
446 <dt><i>scope</i></dt> |
|
447 <dd> |
|
448 scope of the variables (-1 = empty global, 1 = global, 0 = local) |
|
449 </dd><dt><i>variables</i></dt> |
|
450 <dd> |
|
451 the list of variables from the client |
|
452 </dd> |
|
453 </dl><a NAME="DebugUI.__clientWatchConditionError" ID="DebugUI.__clientWatchConditionError"></a> |
|
454 <h4>DebugUI.__clientWatchConditionError</h4> |
|
455 <b>__clientWatchConditionError</b>(<i>cond</i>) |
|
456 <p> |
|
457 Public method to handle a expression error of a watch expression. |
|
458 </p><p> |
|
459 Note: This can only happen for normal watch expressions |
|
460 </p><dl> |
|
461 <dt><i>cond</i></dt> |
|
462 <dd> |
|
463 expression of the watch expression (string) |
|
464 </dd> |
|
465 </dl><a NAME="DebugUI.__compileChangedProjectFiles" ID="DebugUI.__compileChangedProjectFiles"></a> |
|
466 <h4>DebugUI.__compileChangedProjectFiles</h4> |
|
467 <b>__compileChangedProjectFiles</b>(<i></i>) |
|
468 <p> |
|
469 Private method to signal compilation of changed forms and resources |
|
470 is wanted. |
|
471 </p><a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a> |
|
472 <h4>DebugUI.__configureExceptionsFilter</h4> |
|
473 <b>__configureExceptionsFilter</b>(<i></i>) |
|
474 <p> |
|
475 Private slot for displaying the exception filter dialog. |
|
476 </p><a NAME="DebugUI.__configureIgnoredExceptions" ID="DebugUI.__configureIgnoredExceptions"></a> |
|
477 <h4>DebugUI.__configureIgnoredExceptions</h4> |
|
478 <b>__configureIgnoredExceptions</b>(<i></i>) |
|
479 <p> |
|
480 Private slot for displaying the ignored exceptions dialog. |
|
481 </p><a NAME="DebugUI.__configureVariablesFilters" ID="DebugUI.__configureVariablesFilters"></a> |
|
482 <h4>DebugUI.__configureVariablesFilters</h4> |
|
483 <b>__configureVariablesFilters</b>(<i></i>) |
|
484 <p> |
|
485 Private slot for displaying the variables filter configuration dialog. |
|
486 </p><a NAME="DebugUI.__continue" ID="DebugUI.__continue"></a> |
|
487 <h4>DebugUI.__continue</h4> |
|
488 <b>__continue</b>(<i></i>) |
|
489 <p> |
|
490 Private method to handle the Continue action. |
|
491 </p><a NAME="DebugUI.__coverageProject" ID="DebugUI.__coverageProject"></a> |
|
492 <h4>DebugUI.__coverageProject</h4> |
|
493 <b>__coverageProject</b>(<i></i>) |
|
494 <p> |
|
495 Private slot to handle the coverage of project action. |
|
496 </p><a NAME="DebugUI.__coverageScript" ID="DebugUI.__coverageScript"></a> |
|
497 <h4>DebugUI.__coverageScript</h4> |
|
498 <b>__coverageScript</b>(<i></i>) |
|
499 <p> |
|
500 Private slot to handle the coverage of script action. |
|
501 </p><a NAME="DebugUI.__cursorChanged" ID="DebugUI.__cursorChanged"></a> |
|
502 <h4>DebugUI.__cursorChanged</h4> |
|
503 <b>__cursorChanged</b>(<i>editor</i>) |
|
504 <p> |
|
505 Private slot handling the cursorChanged signal of the viewmanager. |
|
506 </p><dl> |
|
507 <dt><i>editor</i></dt> |
|
508 <dd> |
|
509 editor window |
|
510 </dd> |
|
511 </dl><a NAME="DebugUI.__debugProject" ID="DebugUI.__debugProject"></a> |
|
512 <h4>DebugUI.__debugProject</h4> |
|
513 <b>__debugProject</b>(<i></i>) |
|
514 <p> |
|
515 Private slot to handle the debug project action. |
|
516 </p><a NAME="DebugUI.__debugScript" ID="DebugUI.__debugScript"></a> |
|
517 <h4>DebugUI.__debugScript</h4> |
|
518 <b>__debugScript</b>(<i></i>) |
|
519 <p> |
|
520 Private slot to handle the debug script action. |
|
521 </p><a NAME="DebugUI.__doCoverage" ID="DebugUI.__doCoverage"></a> |
|
522 <h4>DebugUI.__doCoverage</h4> |
|
523 <b>__doCoverage</b>(<i>runProject</i>) |
|
524 <p> |
|
525 Private method to handle the coverage actions. |
|
526 </p><dl> |
|
527 <dt><i>runProject</i></dt> |
|
528 <dd> |
|
529 flag indicating coverage of the current project (True) |
|
530 or script (false) |
|
531 </dd> |
|
532 </dl><a NAME="DebugUI.__doDebug" ID="DebugUI.__doDebug"></a> |
|
533 <h4>DebugUI.__doDebug</h4> |
|
534 <b>__doDebug</b>(<i>debugProject</i>) |
|
535 <p> |
|
536 Private method to handle the debug actions. |
|
537 </p><dl> |
|
538 <dt><i>debugProject</i></dt> |
|
539 <dd> |
|
540 flag indicating debugging the current project (True) |
|
541 or script (False) |
|
542 </dd> |
|
543 </dl><a NAME="DebugUI.__doProfile" ID="DebugUI.__doProfile"></a> |
|
544 <h4>DebugUI.__doProfile</h4> |
|
545 <b>__doProfile</b>(<i>runProject</i>) |
|
546 <p> |
|
547 Private method to handle the profile actions. |
|
548 </p><dl> |
|
549 <dt><i>runProject</i></dt> |
|
550 <dd> |
|
551 flag indicating profiling of the current project (True) |
|
552 or script (False) |
|
553 </dd> |
|
554 </dl><a NAME="DebugUI.__doRestart" ID="DebugUI.__doRestart"></a> |
|
555 <h4>DebugUI.__doRestart</h4> |
|
556 <b>__doRestart</b>(<i></i>) |
|
557 <p> |
|
558 Private slot to handle the restart action to restart the last debugged file. |
|
559 </p><a NAME="DebugUI.__doRun" ID="DebugUI.__doRun"></a> |
|
560 <h4>DebugUI.__doRun</h4> |
|
561 <b>__doRun</b>(<i>runProject</i>) |
|
562 <p> |
|
563 Private method to handle the run actions. |
|
564 </p><dl> |
|
565 <dt><i>runProject</i></dt> |
|
566 <dd> |
|
567 flag indicating running the current project (True) |
|
568 or script (False) |
|
569 </dd> |
|
570 </dl><a NAME="DebugUI.__editBreakpoint" ID="DebugUI.__editBreakpoint"></a> |
|
571 <h4>DebugUI.__editBreakpoint</h4> |
|
572 <b>__editBreakpoint</b>(<i></i>) |
|
573 <p> |
|
574 Private slot to handle the 'Edit breakpoint' action. |
|
575 </p><a NAME="DebugUI.__editorOpened" ID="DebugUI.__editorOpened"></a> |
|
576 <h4>DebugUI.__editorOpened</h4> |
|
577 <b>__editorOpened</b>(<i>fn</i>) |
|
578 <p> |
|
579 Private slot to handle the editorOpened signal. |
|
580 </p><dl> |
|
581 <dt><i>fn</i></dt> |
|
582 <dd> |
|
583 filename of the opened editor |
|
584 </dd> |
|
585 </dl><a NAME="DebugUI.__enterRemote" ID="DebugUI.__enterRemote"></a> |
|
586 <h4>DebugUI.__enterRemote</h4> |
|
587 <b>__enterRemote</b>(<i></i>) |
|
588 <p> |
|
589 Private method to update the user interface. |
|
590 </p><p> |
|
591 This method is called just prior to executing some of |
|
592 the program being debugged. |
|
593 </p><a NAME="DebugUI.__eval" ID="DebugUI.__eval"></a> |
|
594 <h4>DebugUI.__eval</h4> |
|
595 <b>__eval</b>(<i></i>) |
|
596 <p> |
|
597 Private method to handle the Eval action. |
|
598 </p><a NAME="DebugUI.__exec" ID="DebugUI.__exec"></a> |
|
599 <h4>DebugUI.__exec</h4> |
|
600 <b>__exec</b>(<i></i>) |
|
601 <p> |
|
602 Private method to handle the Exec action. |
|
603 </p><a NAME="DebugUI.__getClientVariables" ID="DebugUI.__getClientVariables"></a> |
|
604 <h4>DebugUI.__getClientVariables</h4> |
|
605 <b>__getClientVariables</b>(<i></i>) |
|
606 <p> |
|
607 Private method to request the global and local variables. |
|
608 </p><p> |
|
609 In the first step, the global variables are requested from the client. |
|
610 Once these have been received, the local variables are requested. |
|
611 This happens in the method '__clientVariables'. |
|
612 </p><a NAME="DebugUI.__getThreadList" ID="DebugUI.__getThreadList"></a> |
|
613 <h4>DebugUI.__getThreadList</h4> |
|
614 <b>__getThreadList</b>(<i></i>) |
|
615 <p> |
|
616 Private method to get the list of threads from the client. |
|
617 </p><a NAME="DebugUI.__lastEditorClosed" ID="DebugUI.__lastEditorClosed"></a> |
|
618 <h4>DebugUI.__lastEditorClosed</h4> |
|
619 <b>__lastEditorClosed</b>(<i></i>) |
|
620 <p> |
|
621 Private slot to handle the closeProgram signal. |
|
622 </p><a NAME="DebugUI.__nextBreakpoint" ID="DebugUI.__nextBreakpoint"></a> |
|
623 <h4>DebugUI.__nextBreakpoint</h4> |
|
624 <b>__nextBreakpoint</b>(<i></i>) |
|
625 <p> |
|
626 Private slot to handle the 'Next breakpoint' action. |
|
627 </p><a NAME="DebugUI.__passiveDebugStarted" ID="DebugUI.__passiveDebugStarted"></a> |
|
628 <h4>DebugUI.__passiveDebugStarted</h4> |
|
629 <b>__passiveDebugStarted</b>(<i>fn, exc</i>) |
|
630 <p> |
|
631 Private slot to handle a passive debug session start. |
|
632 </p><dl> |
|
633 <dt><i>fn</i></dt> |
|
634 <dd> |
|
635 filename of the debugged script |
|
636 </dd><dt><i>exc</i></dt> |
|
637 <dd> |
|
638 flag to enable exception reporting of the IDE (boolean) |
|
639 </dd> |
|
640 </dl><a NAME="DebugUI.__previousBreakpoint" ID="DebugUI.__previousBreakpoint"></a> |
|
641 <h4>DebugUI.__previousBreakpoint</h4> |
|
642 <b>__previousBreakpoint</b>(<i></i>) |
|
643 <p> |
|
644 Private slot to handle the 'Previous breakpoint' action. |
|
645 </p><a NAME="DebugUI.__profileProject" ID="DebugUI.__profileProject"></a> |
|
646 <h4>DebugUI.__profileProject</h4> |
|
647 <b>__profileProject</b>(<i></i>) |
|
648 <p> |
|
649 Private slot to handle the profile project action. |
|
650 </p><a NAME="DebugUI.__profileScript" ID="DebugUI.__profileScript"></a> |
|
651 <h4>DebugUI.__profileScript</h4> |
|
652 <b>__profileScript</b>(<i></i>) |
|
653 <p> |
|
654 Private slot to handle the profile script action. |
|
655 </p><a NAME="DebugUI.__projectClosed" ID="DebugUI.__projectClosed"></a> |
|
656 <h4>DebugUI.__projectClosed</h4> |
|
657 <b>__projectClosed</b>(<i></i>) |
|
658 <p> |
|
659 Private slot to handle the projectClosed signal. |
|
660 </p><a NAME="DebugUI.__projectOpened" ID="DebugUI.__projectOpened"></a> |
|
661 <h4>DebugUI.__projectOpened</h4> |
|
662 <b>__projectOpened</b>(<i></i>) |
|
663 <p> |
|
664 Private slot to handle the projectOpened signal. |
|
665 </p><a NAME="DebugUI.__projectSessionLoaded" ID="DebugUI.__projectSessionLoaded"></a> |
|
666 <h4>DebugUI.__projectSessionLoaded</h4> |
|
667 <b>__projectSessionLoaded</b>(<i></i>) |
|
668 <p> |
|
669 Private slot to handle the projectSessionLoaded signal. |
|
670 </p><a NAME="DebugUI.__resetUI" ID="DebugUI.__resetUI"></a> |
|
671 <h4>DebugUI.__resetUI</h4> |
|
672 <b>__resetUI</b>(<i></i>) |
|
673 <p> |
|
674 Private slot to reset the user interface. |
|
675 </p><a NAME="DebugUI.__runProject" ID="DebugUI.__runProject"></a> |
|
676 <h4>DebugUI.__runProject</h4> |
|
677 <b>__runProject</b>(<i></i>) |
|
678 <p> |
|
679 Private slot to handle the run project action. |
|
680 </p><a NAME="DebugUI.__runScript" ID="DebugUI.__runScript"></a> |
|
681 <h4>DebugUI.__runScript</h4> |
|
682 <b>__runScript</b>(<i></i>) |
|
683 <p> |
|
684 Private slot to handle the run script action. |
|
685 </p><a NAME="DebugUI.__runToCursor" ID="DebugUI.__runToCursor"></a> |
|
686 <h4>DebugUI.__runToCursor</h4> |
|
687 <b>__runToCursor</b>(<i></i>) |
|
688 <p> |
|
689 Private method to handle the Run to Cursor action. |
|
690 </p><a NAME="DebugUI.__showBreakpointsMenu" ID="DebugUI.__showBreakpointsMenu"></a> |
|
691 <h4>DebugUI.__showBreakpointsMenu</h4> |
|
692 <b>__showBreakpointsMenu</b>(<i></i>) |
|
693 <p> |
|
694 Private method to handle the show breakpoints menu signal. |
|
695 </p><a NAME="DebugUI.__showDebugMenu" ID="DebugUI.__showDebugMenu"></a> |
|
696 <h4>DebugUI.__showDebugMenu</h4> |
|
697 <b>__showDebugMenu</b>(<i></i>) |
|
698 <p> |
|
699 Private method to set up the debug menu. |
|
700 </p><a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a> |
|
701 <h4>DebugUI.__specialContinue</h4> |
|
702 <b>__specialContinue</b>(<i></i>) |
|
703 <p> |
|
704 Private method to handle the Special Continue action. |
|
705 </p><a NAME="DebugUI.__step" ID="DebugUI.__step"></a> |
|
706 <h4>DebugUI.__step</h4> |
|
707 <b>__step</b>(<i></i>) |
|
708 <p> |
|
709 Private method to handle the Step action. |
|
710 </p><a NAME="DebugUI.__stepOut" ID="DebugUI.__stepOut"></a> |
|
711 <h4>DebugUI.__stepOut</h4> |
|
712 <b>__stepOut</b>(<i></i>) |
|
713 <p> |
|
714 Private method to handle the Step Out action. |
|
715 </p><a NAME="DebugUI.__stepOver" ID="DebugUI.__stepOver"></a> |
|
716 <h4>DebugUI.__stepOver</h4> |
|
717 <b>__stepOver</b>(<i></i>) |
|
718 <p> |
|
719 Private method to handle the Step Over action. |
|
720 </p><a NAME="DebugUI.__stepQuit" ID="DebugUI.__stepQuit"></a> |
|
721 <h4>DebugUI.__stepQuit</h4> |
|
722 <b>__stepQuit</b>(<i></i>) |
|
723 <p> |
|
724 Private method to handle the Step Quit action. |
|
725 </p><a NAME="DebugUI.__stopScript" ID="DebugUI.__stopScript"></a> |
|
726 <h4>DebugUI.__stopScript</h4> |
|
727 <b>__stopScript</b>(<i></i>) |
|
728 <p> |
|
729 Private slot to stop the running script. |
|
730 </p><a NAME="DebugUI.__toggleBreakpoint" ID="DebugUI.__toggleBreakpoint"></a> |
|
731 <h4>DebugUI.__toggleBreakpoint</h4> |
|
732 <b>__toggleBreakpoint</b>(<i></i>) |
|
733 <p> |
|
734 Private slot to handle the 'Set/Reset breakpoint' action. |
|
735 </p><a NAME="DebugUI.getActions" ID="DebugUI.getActions"></a> |
|
736 <h4>DebugUI.getActions</h4> |
|
737 <b>getActions</b>(<i></i>) |
|
738 <p> |
|
739 Public method to get a list of all actions. |
|
740 </p><dl> |
|
741 <dt>Returns:</dt> |
|
742 <dd> |
|
743 list of all actions (list of E4Action) |
|
744 </dd> |
|
745 </dl><a NAME="DebugUI.initActions" ID="DebugUI.initActions"></a> |
|
746 <h4>DebugUI.initActions</h4> |
|
747 <b>initActions</b>(<i></i>) |
|
748 <p> |
|
749 Method defining the user interface actions. |
|
750 </p><a NAME="DebugUI.initMenus" ID="DebugUI.initMenus"></a> |
|
751 <h4>DebugUI.initMenus</h4> |
|
752 <b>initMenus</b>(<i></i>) |
|
753 <p> |
|
754 Public slot to initialize the project menu. |
|
755 </p><dl> |
|
756 <dt>Returns:</dt> |
|
757 <dd> |
|
758 the generated menu |
|
759 </dd> |
|
760 </dl><a NAME="DebugUI.initToolbars" ID="DebugUI.initToolbars"></a> |
|
761 <h4>DebugUI.initToolbars</h4> |
|
762 <b>initToolbars</b>(<i>toolbarManager</i>) |
|
763 <p> |
|
764 Public slot to initialize the debug toolbars. |
|
765 </p><dl> |
|
766 <dt><i>toolbarManager</i></dt> |
|
767 <dd> |
|
768 reference to a toolbar manager object (E4ToolBarManager) |
|
769 </dd> |
|
770 </dl><dl> |
|
771 <dt>Returns:</dt> |
|
772 <dd> |
|
773 the generated toolbars (list of QToolBar) |
|
774 </dd> |
|
775 </dl><a NAME="DebugUI.setArgvHistory" ID="DebugUI.setArgvHistory"></a> |
|
776 <h4>DebugUI.setArgvHistory</h4> |
|
777 <b>setArgvHistory</b>(<i>argsStr, clearHistories = False</i>) |
|
778 <p> |
|
779 Public slot to initialize the argv history. |
|
780 </p><dl> |
|
781 <dt><i>argsStr</i></dt> |
|
782 <dd> |
|
783 the commandline arguments (string) |
|
784 </dd><dt><i>clearHistories</i></dt> |
|
785 <dd> |
|
786 flag indicating, that the list should |
|
787 be cleared (boolean) |
|
788 </dd> |
|
789 </dl><a NAME="DebugUI.setAutoClearShell" ID="DebugUI.setAutoClearShell"></a> |
|
790 <h4>DebugUI.setAutoClearShell</h4> |
|
791 <b>setAutoClearShell</b>(<i>autoClearShell</i>) |
|
792 <p> |
|
793 Public slot to initialize the autoClearShell flag. |
|
794 </p><dl> |
|
795 <dt><i>autoClearShell</i></dt> |
|
796 <dd> |
|
797 flag indicating, that the interpreter window |
|
798 should be cleared (boolean) |
|
799 </dd> |
|
800 </dl><a NAME="DebugUI.setAutoContinue" ID="DebugUI.setAutoContinue"></a> |
|
801 <h4>DebugUI.setAutoContinue</h4> |
|
802 <b>setAutoContinue</b>(<i>autoContinue</i>) |
|
803 <p> |
|
804 Public slot to initialize the autoContinue flag. |
|
805 </p><dl> |
|
806 <dt><i>autoContinue</i></dt> |
|
807 <dd> |
|
808 flag indicating, that the debugger should not stop at |
|
809 the first executable line (boolean) |
|
810 </dd> |
|
811 </dl><a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a> |
|
812 <h4>DebugUI.setEnvHistory</h4> |
|
813 <b>setEnvHistory</b>(<i>envStr, clearHistories = False</i>) |
|
814 <p> |
|
815 Public slot to initialize the env history. |
|
816 </p><dl> |
|
817 <dt><i>envStr</i></dt> |
|
818 <dd> |
|
819 the environment settings (string) |
|
820 </dd><dt><i>clearHistories</i></dt> |
|
821 <dd> |
|
822 flag indicating, that the list should |
|
823 be cleared (boolean) |
|
824 </dd> |
|
825 </dl><a NAME="DebugUI.setExcIgnoreList" ID="DebugUI.setExcIgnoreList"></a> |
|
826 <h4>DebugUI.setExcIgnoreList</h4> |
|
827 <b>setExcIgnoreList</b>(<i>excIgnoreList</i>) |
|
828 <p> |
|
829 Public slot to initialize the ignored exceptions type list. |
|
830 </p><dl> |
|
831 <dt><i>excIgnoreList</i></dt> |
|
832 <dd> |
|
833 list of ignored exception types (list of strings) |
|
834 </dd> |
|
835 </dl><a NAME="DebugUI.setExcList" ID="DebugUI.setExcList"></a> |
|
836 <h4>DebugUI.setExcList</h4> |
|
837 <b>setExcList</b>(<i>excList</i>) |
|
838 <p> |
|
839 Public slot to initialize the exceptions type list. |
|
840 </p><dl> |
|
841 <dt><i>excList</i></dt> |
|
842 <dd> |
|
843 list of exception types (list of strings) |
|
844 </dd> |
|
845 </dl><a NAME="DebugUI.setExceptionReporting" ID="DebugUI.setExceptionReporting"></a> |
|
846 <h4>DebugUI.setExceptionReporting</h4> |
|
847 <b>setExceptionReporting</b>(<i>exceptions</i>) |
|
848 <p> |
|
849 Public slot to initialize the exception reporting flag. |
|
850 </p><dl> |
|
851 <dt><i>exceptions</i></dt> |
|
852 <dd> |
|
853 flag indicating exception reporting status (boolean) |
|
854 </dd> |
|
855 </dl><a NAME="DebugUI.setTracePython" ID="DebugUI.setTracePython"></a> |
|
856 <h4>DebugUI.setTracePython</h4> |
|
857 <b>setTracePython</b>(<i>tracePython</i>) |
|
858 <p> |
|
859 Public slot to initialize the trace Python flag. |
|
860 </p><dl> |
|
861 <dt><i>tracePython</i></dt> |
|
862 <dd> |
|
863 flag indicating if the Python library should be |
|
864 traced as well (boolean) |
|
865 </dd> |
|
866 </dl><a NAME="DebugUI.setWdHistory" ID="DebugUI.setWdHistory"></a> |
|
867 <h4>DebugUI.setWdHistory</h4> |
|
868 <b>setWdHistory</b>(<i>wdStr, clearHistories = False</i>) |
|
869 <p> |
|
870 Public slot to initialize the wd history. |
|
871 </p><dl> |
|
872 <dt><i>wdStr</i></dt> |
|
873 <dd> |
|
874 the working directory (string) |
|
875 </dd><dt><i>clearHistories</i></dt> |
|
876 <dd> |
|
877 flag indicating, that the list should |
|
878 be cleared (boolean) |
|
879 </dd> |
|
880 </dl><a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> |
|
881 <h4>DebugUI.shutdown</h4> |
|
882 <b>shutdown</b>(<i></i>) |
|
883 <p> |
|
884 Public method to perform shutdown actions. |
|
885 </p><a NAME="DebugUI.shutdownServer" ID="DebugUI.shutdownServer"></a> |
|
886 <h4>DebugUI.shutdownServer</h4> |
|
887 <b>shutdownServer</b>(<i></i>) |
|
888 <p> |
|
889 Public method to shut down the debug server. |
|
890 </p><p> |
|
891 This is needed to cleanly close the sockets on Win OS. |
|
892 </p><dl> |
|
893 <dt>Returns:</dt> |
|
894 <dd> |
|
895 always true |
|
896 </dd> |
|
897 </dl><a NAME="DebugUI.variablesFilter" ID="DebugUI.variablesFilter"></a> |
|
898 <h4>DebugUI.variablesFilter</h4> |
|
899 <b>variablesFilter</b>(<i>scope</i>) |
|
900 <p> |
|
901 Public method to get the variables filter for a scope. |
|
902 </p><dl> |
|
903 <dt><i>scope</i></dt> |
|
904 <dd> |
|
905 flag indicating global (True) or local (False) scope |
|
906 </dd> |
|
907 </dl><dl> |
|
908 <dt>Returns:</dt> |
|
909 <dd> |
|
910 filters list (list of integers) |
|
911 </dd> |
|
912 </dl> |
|
913 <div align="right"><a href="#top">Up</a></div> |
|
914 <hr /> |
|
915 </body></html> |