eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui

branch
multi_processing
changeset 7422
9a008ab4811b
parent 7016
47f6b0c3a293
child 7564
787684e6f2f3
diff -r 4a9900aef04e -r 9a008ab4811b eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui
--- a/eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Sun Feb 16 16:14:25 2020 +0100
+++ b/eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Sun Feb 16 19:36:46 2020 +0100
@@ -479,6 +479,25 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_6">
+     <property name="title">
+      <string>Multi Process Debugging</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_8">
+      <item>
+       <widget class="QCheckBox" name="multiprocessCheckBox">
+        <property name="toolTip">
+         <string>Select to enable multiprocess debugging support globally</string>
+        </property>
+        <property name="text">
+         <string>Enable Multi Process Debugging Support</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_8">
      <property name="title">
       <string>Breakpoints</string>
@@ -804,6 +823,7 @@
   <tabstop>debugAutoSaveScriptsCheckBox</tabstop>
   <tabstop>automaticResetCheckBox</tabstop>
   <tabstop>dontShowClientExitCheckBox</tabstop>
+  <tabstop>multiprocessCheckBox</tabstop>
   <tabstop>debugThreeStateBreakPoint</tabstop>
   <tabstop>recentFilesSpinBox</tabstop>
   <tabstop>exceptionBreakCheckBox</tabstop>

eric ide

mercurial