src/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.ui

branch
eric7
changeset 10289
490388ca210c
parent 9413
80c06d472826
equal deleted inserted replaced
10288:1f5c7f54c3cc 10289:490388ca210c
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>455</width> 9 <width>455</width>
10 <height>446</height> 10 <height>682</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3"> 13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
191 <string>Select to not set the debug client encoding</string> 191 <string>Select to not set the debug client encoding</string>
192 </property> 192 </property>
193 <property name="text"> 193 <property name="text">
194 <string>Don't set the encoding of the debug client</string> 194 <string>Don't set the encoding of the debug client</string>
195 </property> 195 </property>
196 </widget>
197 </item>
198 <item>
199 <widget class="QGroupBox" name="callTraceGroupBox">
200 <property name="title">
201 <string>Call Trace Optimization</string>
202 </property>
203 <property name="checkable">
204 <bool>false</bool>
205 </property>
206 <layout class="QVBoxLayout" name="verticalLayout_2">
207 <item>
208 <widget class="QCheckBox" name="callTraceCheckBox">
209 <property name="toolTip">
210 <string>Select to enable the call trace speed optimization.</string>
211 </property>
212 <property name="text">
213 <string>Enable Call Trace Speed Optimization</string>
214 </property>
215 </widget>
216 </item>
217 <item>
218 <widget class="QLabel" name="label_2">
219 <property name="text">
220 <string>This option improves the speed of call tracing by tracing into functions and methods containing a breakpoint only. Please note that functions and methods must not be defined on the very first line of a module for this option to work.</string>
221 </property>
222 <property name="wordWrap">
223 <bool>true</bool>
224 </property>
225 </widget>
226 </item>
227 </layout>
196 </widget> 228 </widget>
197 </item> 229 </item>
198 <item> 230 <item>
199 <spacer> 231 <spacer>
200 <property name="orientation"> 232 <property name="orientation">

eric ide

mercurial