eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui

branch
eric7
changeset 8539
24daea9ad41b
parent 8312
800c432b34c8
--- a/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Tue Aug 24 17:20:58 2021 +0200
+++ b/eric7/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Tue Aug 24 18:04:32 2021 +0200
@@ -505,8 +505,8 @@
      <property name="title">
       <string>Breakpoints</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_2">
-      <item>
+     <layout class="QGridLayout" name="gridLayout_4">
+      <item row="0" column="0">
        <widget class="QCheckBox" name="debugThreeStateBreakPoint">
         <property name="toolTip">
          <string>Select to change the breakpoint toggle order from Off-&gt;On-&gt;Off to Off-&gt;On (permanent)-&gt;On (temporary)-&gt;Off</string>
@@ -516,7 +516,17 @@
         </property>
        </widget>
       </item>
-      <item>
+      <item row="0" column="1">
+       <widget class="QCheckBox" name="intelligentBreakPointCheckBox">
+        <property name="toolTip">
+         <string>Select to move a breakpoint to a line generating executable code</string>
+        </property>
+        <property name="text">
+         <string>Intelligent breakpoint</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0" colspan="2">
        <layout class="QHBoxLayout" name="horizontalLayout_2">
         <item>
          <widget class="QLabel" name="label_4">
@@ -814,6 +824,7 @@
   <tabstop>automaticResetCheckBox</tabstop>
   <tabstop>multiprocessCheckBox</tabstop>
   <tabstop>debugThreeStateBreakPoint</tabstop>
+  <tabstop>intelligentBreakPointCheckBox</tabstop>
   <tabstop>recentFilesSpinBox</tabstop>
   <tabstop>exceptionBreakCheckBox</tabstop>
   <tabstop>exceptionShellCheckBox</tabstop>

eric ide

mercurial