src/eric7/Debugger/StartDebugDialog.ui

branch
eric7
changeset 9316
53ab4cd68b5b
parent 9291
7b271bcd12d0
child 9413
80c06d472826
equal deleted inserted replaced
9315:79be00bfe50c 9316:53ab4cd68b5b
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>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
244 &lt;p&gt;When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</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>&lt;b&gt;Trace into interpreter libraries&lt;b&gt;
291 &lt;p&gt;When active the debugger will also trace calls into the Python library.&lt;/p&gt;</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">

eric ide

mercurial