--- a/src/eric7/Testing/TestingWidget.ui Sat Dec 16 15:21:11 2023 +0100 +++ b/src/eric7/Testing/TestingWidget.ui Sat Dec 16 16:30:55 2023 +0100 @@ -17,7 +17,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="parametersTab"> <attribute name="title"> @@ -291,6 +291,16 @@ </property> </widget> </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="debuggerCheckBox"> + <property name="toolTip"> + <string>Select to execute the tests with debugger support.</string> + </property> + <property name="text"> + <string>Run with Debugger Support</string> + </property> + </widget> + </item> </layout> </item> </layout> @@ -547,6 +557,7 @@ <tabstop>coverageCheckBox</tabstop> <tabstop>coverageEraseCheckBox</tabstop> <tabstop>failfastCheckBox</tabstop> + <tabstop>debuggerCheckBox</tabstop> <tabstop>discoveryList</tabstop> <tabstop>statusFilterComboBox</tabstop> </tabstops>