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"> |