49 <dt>clientStack(stack, debuggerId)</dt> |
49 <dt>clientStack(stack, debuggerId)</dt> |
50 <dd> |
50 <dd> |
51 emitted at breaking after a reported |
51 emitted at breaking after a reported |
52 exception |
52 exception |
53 </dd> |
53 </dd> |
54 <dt>compileForms()</dt> |
|
55 <dd> |
|
56 emitted if changed project forms should be compiled |
|
57 </dd> |
|
58 <dt>compileResources()</dt> |
|
59 <dd> |
|
60 emitted if changed project resources should be |
|
61 compiled |
|
62 </dd> |
|
63 <dt>debuggingStarted(filename)</dt> |
54 <dt>debuggingStarted(filename)</dt> |
64 <dd> |
55 <dd> |
65 emitted when a debugging session was |
56 emitted when a debugging session was |
66 started |
57 started |
67 </dd> |
58 </dd> |
68 <dt>exceptionInterrupt()</dt> |
59 <dt>exceptionInterrupt()</dt> |
69 <dd> |
60 <dd> |
70 emitted after the execution was interrupted |
61 emitted after the execution was interrupted |
71 by an exception and acknowledged by the user |
62 by an exception and acknowledged by the user |
72 </dd> |
63 </dd> |
73 <dt>executeMake()</dt> |
64 <dt>processChangedProjectFiles()</dt> |
74 <dd> |
65 <dd> |
75 emitted if a project specific make run should be |
66 emitted to indicate, that changed project files |
76 performed |
67 should be processed |
77 </dd> |
68 </dd> |
78 <dt>resetUI(full)</dt> |
69 <dt>resetUI(full)</dt> |
79 <dd> |
70 <dd> |
80 emitted to reset the UI partially or fully |
71 emitted to reset the UI partially or fully |
81 </dd> |
72 </dd> |
167 <tr> |
158 <tr> |
168 <td><a href="#DebugUI.__clientWatchConditionError">__clientWatchConditionError</a></td> |
159 <td><a href="#DebugUI.__clientWatchConditionError">__clientWatchConditionError</a></td> |
169 <td>Private method to handle a expression error of a watch expression.</td> |
160 <td>Private method to handle a expression error of a watch expression.</td> |
170 </tr> |
161 </tr> |
171 <tr> |
162 <tr> |
172 <td><a href="#DebugUI.__compileChangedProjectFiles">__compileChangedProjectFiles</a></td> |
|
173 <td>Private method to signal compilation of changed forms and resources is wanted.</td> |
|
174 </tr> |
|
175 <tr> |
|
176 <td><a href="#DebugUI.__configureExceptionsFilter">__configureExceptionsFilter</a></td> |
163 <td><a href="#DebugUI.__configureExceptionsFilter">__configureExceptionsFilter</a></td> |
177 <td>Private slot for displaying the exception filter dialog.</td> |
164 <td>Private slot for displaying the exception filter dialog.</td> |
178 </tr> |
165 </tr> |
179 <tr> |
166 <tr> |
180 <td><a href="#DebugUI.__configureIgnoredExceptions">__configureIgnoredExceptions</a></td> |
167 <td><a href="#DebugUI.__configureIgnoredExceptions">__configureIgnoredExceptions</a></td> |
827 <dt><i>debuggerId</i> (str)</dt> |
814 <dt><i>debuggerId</i> (str)</dt> |
828 <dd> |
815 <dd> |
829 ID of the debugger backend |
816 ID of the debugger backend |
830 </dd> |
817 </dd> |
831 </dl> |
818 </dl> |
832 <a NAME="DebugUI.__compileChangedProjectFiles" ID="DebugUI.__compileChangedProjectFiles"></a> |
|
833 <h4>DebugUI.__compileChangedProjectFiles</h4> |
|
834 <b>__compileChangedProjectFiles</b>(<i></i>) |
|
835 |
|
836 <p> |
|
837 Private method to signal compilation of changed forms and resources |
|
838 is wanted. |
|
839 </p> |
|
840 <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a> |
819 <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a> |
841 <h4>DebugUI.__configureExceptionsFilter</h4> |
820 <h4>DebugUI.__configureExceptionsFilter</h4> |
842 <b>__configureExceptionsFilter</b>(<i></i>) |
821 <b>__configureExceptionsFilter</b>(<i></i>) |
843 |
822 |
844 <p> |
823 <p> |