--- 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><b>Always report unhandled exceptions</b> +<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> + </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><b>Trace into interpreter libraries<b> +<p>When active the debugger will also trace calls into the Python library.</p></string> + </property> <property name="text"> <string>Trace into interpreter libraries</string> </property>