--- a/src/eric7/Debugger/StartRunDialog.ui Mon Aug 22 19:08:56 2022 +0200 +++ b/src/eric7/Debugger/StartRunDialog.ui Tue Aug 23 16:20:08 2022 +0200 @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>550</width> + <width>600</width> <height>327</height> </rect> </property> @@ -234,7 +234,21 @@ </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> + <widget class="QCheckBox" name="consoleCheckBox"> + <property name="toolTip"> + <string>Select to start the debugger in a console window</string> + </property> + <property name="whatsThis"> + <string><b>Start in console</b> +<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> + </property> + <property name="text"> + <string>Start in console</string> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QCheckBox" name="clearShellCheckBox"> <property name="toolTip"> <string>Select to clear the display of the interpreter window</string> @@ -250,17 +264,16 @@ </property> </widget> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="consoleCheckBox"> + <item row="0" column="1"> + <widget class="QCheckBox" name="unhandledExceptionCheckBox"> <property name="toolTip"> - <string>Select to start the debugger in a console window</string> - </property> - <property name="whatsThis"> - <string><b>Start in console</b> -<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> + <string>Uncheck to disable reporting of unhandled exceptions</string> </property> <property name="text"> - <string>Start in console</string> + <string>Always report unhandled exceptions</string> + </property> + <property name="checked"> + <bool>true</bool> </property> </widget> </item> @@ -296,6 +309,7 @@ <tabstop>globalOverrideGroup</tabstop> <tabstop>redirectCheckBox</tabstop> <tabstop>exceptionCheckBox</tabstop> + <tabstop>unhandledExceptionCheckBox</tabstop> <tabstop>clearShellCheckBox</tabstop> <tabstop>consoleCheckBox</tabstop> </tabstops>