src/eric7/Debugger/StartDebugDialog.ui

branch
eric7
changeset 9316
53ab4cd68b5b
parent 9291
7b271bcd12d0
child 9413
80c06d472826
--- a/src/eric7/Debugger/StartDebugDialog.ui	Wed Sep 07 15:55:49 2022 +0200
+++ b/src/eric7/Debugger/StartDebugDialog.ui	Wed Sep 07 17:38:41 2022 +0200
@@ -239,6 +239,10 @@
        <property name="toolTip">
         <string>Uncheck to disable reporting of unhandled exceptions</string>
        </property>
+       <property name="whatsThis">
+        <string>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
+&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>
+       </property>
        <property name="text">
         <string>Always report unhandled exceptions</string>
        </property>
@@ -282,6 +286,10 @@
        <property name="toolTip">
         <string>Select to trace into the Python library</string>
        </property>
+       <property name="whatsThis">
+        <string>&lt;b&gt;Trace into interpreter libraries&lt;b&gt;
+&lt;p&gt;When active the debugger will also trace calls into the Python library.&lt;/p&gt;</string>
+       </property>
        <property name="text">
         <string>Trace into interpreter libraries</string>
        </property>

eric ide

mercurial