232 <property name="checked"> |
232 <property name="checked"> |
233 <bool>true</bool> |
233 <bool>true</bool> |
234 </property> |
234 </property> |
235 </widget> |
235 </widget> |
236 </item> |
236 </item> |
237 <item row="0" column="1"> |
237 <item row="1" column="1"> |
238 <widget class="QCheckBox" name="clearShellCheckBox"> |
|
239 <property name="toolTip"> |
|
240 <string>Select to clear the display of the interpreter window</string> |
|
241 </property> |
|
242 <property name="whatsThis"> |
|
243 <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> |
|
244 </property> |
|
245 <property name="text"> |
|
246 <string>Clear interpreter window</string> |
|
247 </property> |
|
248 <property name="checked"> |
|
249 <bool>true</bool> |
|
250 </property> |
|
251 </widget> |
|
252 </item> |
|
253 <item row="1" column="0"> |
|
254 <widget class="QCheckBox" name="consoleCheckBox"> |
238 <widget class="QCheckBox" name="consoleCheckBox"> |
255 <property name="toolTip"> |
239 <property name="toolTip"> |
256 <string>Select to start the debugger in a console window</string> |
240 <string>Select to start the debugger in a console window</string> |
257 </property> |
241 </property> |
258 <property name="whatsThis"> |
242 <property name="whatsThis"> |
259 <string><b>Start in console</b> |
243 <string><b>Start in console</b> |
260 <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> |
244 <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> |
261 </property> |
245 </property> |
262 <property name="text"> |
246 <property name="text"> |
263 <string>Start in console</string> |
247 <string>Start in console</string> |
|
248 </property> |
|
249 </widget> |
|
250 </item> |
|
251 <item row="1" column="0"> |
|
252 <widget class="QCheckBox" name="clearShellCheckBox"> |
|
253 <property name="toolTip"> |
|
254 <string>Select to clear the display of the interpreter window</string> |
|
255 </property> |
|
256 <property name="whatsThis"> |
|
257 <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> |
|
258 </property> |
|
259 <property name="text"> |
|
260 <string>Clear interpreter window</string> |
|
261 </property> |
|
262 <property name="checked"> |
|
263 <bool>true</bool> |
|
264 </property> |
|
265 </widget> |
|
266 </item> |
|
267 <item row="0" column="1"> |
|
268 <widget class="QCheckBox" name="unhandledExceptionCheckBox"> |
|
269 <property name="toolTip"> |
|
270 <string>Uncheck to disable reporting of unhandled exceptions</string> |
|
271 </property> |
|
272 <property name="text"> |
|
273 <string>Always report unhandled exceptions</string> |
|
274 </property> |
|
275 <property name="checked"> |
|
276 <bool>true</bool> |
264 </property> |
277 </property> |
265 </widget> |
278 </widget> |
266 </item> |
279 </item> |
267 </layout> |
280 </layout> |
268 </item> |
281 </item> |
294 <tabstop>workdirPicker</tabstop> |
307 <tabstop>workdirPicker</tabstop> |
295 <tabstop>environmentCombo</tabstop> |
308 <tabstop>environmentCombo</tabstop> |
296 <tabstop>globalOverrideGroup</tabstop> |
309 <tabstop>globalOverrideGroup</tabstop> |
297 <tabstop>redirectCheckBox</tabstop> |
310 <tabstop>redirectCheckBox</tabstop> |
298 <tabstop>exceptionCheckBox</tabstop> |
311 <tabstop>exceptionCheckBox</tabstop> |
|
312 <tabstop>unhandledExceptionCheckBox</tabstop> |
299 <tabstop>clearShellCheckBox</tabstop> |
313 <tabstop>clearShellCheckBox</tabstop> |
300 <tabstop>consoleCheckBox</tabstop> |
314 <tabstop>consoleCheckBox</tabstop> |
301 </tabstops> |
315 </tabstops> |
302 <resources/> |
316 <resources/> |
303 <connections> |
317 <connections> |