237 <item row="0" column="1"> |
237 <item row="0" column="1"> |
238 <widget class="QCheckBox" name="unhandledExceptionCheckBox"> |
238 <widget class="QCheckBox" name="unhandledExceptionCheckBox"> |
239 <property name="toolTip"> |
239 <property name="toolTip"> |
240 <string>Uncheck to disable reporting of unhandled exceptions</string> |
240 <string>Uncheck to disable reporting of unhandled exceptions</string> |
241 </property> |
241 </property> |
|
242 <property name="whatsThis"> |
|
243 <string><b>Always report unhandled exceptions</b> |
|
244 <p>When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.</p></string> |
|
245 </property> |
242 <property name="text"> |
246 <property name="text"> |
243 <string>Always report unhandled exceptions</string> |
247 <string>Always report unhandled exceptions</string> |
244 </property> |
248 </property> |
245 <property name="checked"> |
249 <property name="checked"> |
246 <bool>true</bool> |
250 <bool>true</bool> |
279 </item> |
283 </item> |
280 <item row="2" column="0"> |
284 <item row="2" column="0"> |
281 <widget class="QCheckBox" name="tracePythonCheckBox"> |
285 <widget class="QCheckBox" name="tracePythonCheckBox"> |
282 <property name="toolTip"> |
286 <property name="toolTip"> |
283 <string>Select to trace into the Python library</string> |
287 <string>Select to trace into the Python library</string> |
|
288 </property> |
|
289 <property name="whatsThis"> |
|
290 <string><b>Trace into interpreter libraries<b> |
|
291 <p>When active the debugger will also trace calls into the Python library.</p></string> |
284 </property> |
292 </property> |
285 <property name="text"> |
293 <property name="text"> |
286 <string>Trace into interpreter libraries</string> |
294 <string>Trace into interpreter libraries</string> |
287 </property> |
295 </property> |
288 <property name="shortcut"> |
296 <property name="shortcut"> |