156 </item> |
156 </item> |
157 </layout> |
157 </layout> |
158 </item> |
158 </item> |
159 <item> |
159 <item> |
160 <layout class="QGridLayout" name="gridLayout"> |
160 <layout class="QGridLayout" name="gridLayout"> |
|
161 <item row="2" column="0"> |
|
162 <widget class="QCheckBox" name="tracePythonCheckBox"> |
|
163 <property name="toolTip"> |
|
164 <string>Select to trace into the Python library</string> |
|
165 </property> |
|
166 <property name="text"> |
|
167 <string>Trace into interpreter libraries</string> |
|
168 </property> |
|
169 <property name="shortcut"> |
|
170 <string>Alt+T</string> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item row="2" column="1"> |
|
175 <widget class="QCheckBox" name="autoContinueCheckBox"> |
|
176 <property name="toolTip"> |
|
177 <string>Select to not stop the debugger at the first executable line.</string> |
|
178 </property> |
|
179 <property name="whatsThis"> |
|
180 <string><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></string> |
|
181 </property> |
|
182 <property name="text"> |
|
183 <string>Don't stop at first line</string> |
|
184 </property> |
|
185 <property name="checked"> |
|
186 <bool>true</bool> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item row="0" column="1"> |
|
191 <widget class="QCheckBox" name="clearShellCheckBox"> |
|
192 <property name="toolTip"> |
|
193 <string>Select to clear the display of the interpreter window</string> |
|
194 </property> |
|
195 <property name="whatsThis"> |
|
196 <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> |
|
197 </property> |
|
198 <property name="text"> |
|
199 <string>Clear interpreter window</string> |
|
200 </property> |
|
201 <property name="checked"> |
|
202 <bool>true</bool> |
|
203 </property> |
|
204 </widget> |
|
205 </item> |
161 <item row="0" column="0"> |
206 <item row="0" column="0"> |
162 <widget class="QCheckBox" name="exceptionCheckBox"> |
207 <widget class="QCheckBox" name="exceptionCheckBox"> |
163 <property name="toolTip"> |
208 <property name="toolTip"> |
164 <string>Uncheck to disable exception reporting</string> |
209 <string>Uncheck to disable exception reporting</string> |
165 </property> |
210 </property> |
176 <property name="checked"> |
221 <property name="checked"> |
177 <bool>true</bool> |
222 <bool>true</bool> |
178 </property> |
223 </property> |
179 </widget> |
224 </widget> |
180 </item> |
225 </item> |
181 <item row="0" column="1"> |
|
182 <widget class="QCheckBox" name="clearShellCheckBox"> |
|
183 <property name="toolTip"> |
|
184 <string>Select to clear the display of the interpreter window</string> |
|
185 </property> |
|
186 <property name="whatsThis"> |
|
187 <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> |
|
188 </property> |
|
189 <property name="text"> |
|
190 <string>Clear interpreter window</string> |
|
191 </property> |
|
192 <property name="checked"> |
|
193 <bool>true</bool> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 <item row="1" column="0"> |
226 <item row="1" column="0"> |
198 <widget class="QCheckBox" name="consoleCheckBox"> |
227 <widget class="QCheckBox" name="consoleCheckBox"> |
199 <property name="toolTip"> |
228 <property name="toolTip"> |
200 <string>Select to start the debugger in a console window</string> |
229 <string>Select to start the debugger in a console window</string> |
201 </property> |
230 </property> |
206 <property name="text"> |
235 <property name="text"> |
207 <string>Start in console</string> |
236 <string>Start in console</string> |
208 </property> |
237 </property> |
209 </widget> |
238 </widget> |
210 </item> |
239 </item> |
211 <item row="2" column="0"> |
|
212 <widget class="QCheckBox" name="tracePythonCheckBox"> |
|
213 <property name="toolTip"> |
|
214 <string>Select to trace into the Python library</string> |
|
215 </property> |
|
216 <property name="text"> |
|
217 <string>Trace into interpreter libraries</string> |
|
218 </property> |
|
219 <property name="shortcut"> |
|
220 <string>Alt+T</string> |
|
221 </property> |
|
222 </widget> |
|
223 </item> |
|
224 <item row="2" column="1"> |
|
225 <widget class="QCheckBox" name="autoContinueCheckBox"> |
|
226 <property name="toolTip"> |
|
227 <string>Select to not stop the debugger at the first executable line.</string> |
|
228 </property> |
|
229 <property name="whatsThis"> |
|
230 <string><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></string> |
|
231 </property> |
|
232 <property name="text"> |
|
233 <string>Don't stop at first line</string> |
|
234 </property> |
|
235 <property name="checked"> |
|
236 <bool>true</bool> |
|
237 </property> |
|
238 </widget> |
|
239 </item> |
|
240 <item row="3" column="0"> |
|
241 <widget class="QCheckBox" name="multiprocessEnableCheckBox"> |
|
242 <property name="toolTip"> |
|
243 <string>Select this enable multi process debugging.</string> |
|
244 </property> |
|
245 <property name="whatsThis"> |
|
246 <string><b>Enable Multi Process Debugging</b><p>This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.</p></string> |
|
247 </property> |
|
248 <property name="text"> |
|
249 <string>Enable Multi Process Debugging</string> |
|
250 </property> |
|
251 </widget> |
|
252 </item> |
|
253 </layout> |
240 </layout> |
|
241 </item> |
|
242 <item> |
|
243 <widget class="QGroupBox" name="multiprocessGroup"> |
|
244 <property name="toolTip"> |
|
245 <string>Select this to enable multi process debugging.</string> |
|
246 </property> |
|
247 <property name="whatsThis"> |
|
248 <string><b>Multi Process Debugging</b><p>This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.</p></string> |
|
249 </property> |
|
250 <property name="title"> |
|
251 <string>Multi Process Debugging</string> |
|
252 </property> |
|
253 <property name="checkable"> |
|
254 <bool>true</bool> |
|
255 </property> |
|
256 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
257 <item> |
|
258 <widget class="QLabel" name="TextLabel1_2"> |
|
259 <property name="text"> |
|
260 <string>Don't Debug:</string> |
|
261 </property> |
|
262 <property name="buddy"> |
|
263 <cstring>cmdlineCombo</cstring> |
|
264 </property> |
|
265 </widget> |
|
266 </item> |
|
267 <item> |
|
268 <widget class="QComboBox" name="multiprocessNoDebugCombo"> |
|
269 <property name="sizePolicy"> |
|
270 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
271 <horstretch>0</horstretch> |
|
272 <verstretch>0</verstretch> |
|
273 </sizepolicy> |
|
274 </property> |
|
275 <property name="toolTip"> |
|
276 <string>Enter the list of programs not to be debugged separated by space</string> |
|
277 </property> |
|
278 <property name="whatsThis"> |
|
279 <string/> |
|
280 </property> |
|
281 <property name="editable"> |
|
282 <bool>true</bool> |
|
283 </property> |
|
284 <property name="insertPolicy"> |
|
285 <enum>QComboBox::InsertAtTop</enum> |
|
286 </property> |
|
287 <property name="sizeAdjustPolicy"> |
|
288 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
|
289 </property> |
|
290 <property name="duplicatesEnabled"> |
|
291 <bool>false</bool> |
|
292 </property> |
|
293 </widget> |
|
294 </item> |
|
295 </layout> |
|
296 </widget> |
254 </item> |
297 </item> |
255 <item> |
298 <item> |
256 <widget class="QGroupBox" name="groupBox"> |
299 <widget class="QGroupBox" name="groupBox"> |
257 <property name="title"> |
300 <property name="title"> |
258 <string>Forking</string> |
301 <string>Forking</string> |
321 <tabstop>exceptionCheckBox</tabstop> |
364 <tabstop>exceptionCheckBox</tabstop> |
322 <tabstop>clearShellCheckBox</tabstop> |
365 <tabstop>clearShellCheckBox</tabstop> |
323 <tabstop>consoleCheckBox</tabstop> |
366 <tabstop>consoleCheckBox</tabstop> |
324 <tabstop>tracePythonCheckBox</tabstop> |
367 <tabstop>tracePythonCheckBox</tabstop> |
325 <tabstop>autoContinueCheckBox</tabstop> |
368 <tabstop>autoContinueCheckBox</tabstop> |
326 <tabstop>multiprocessEnableCheckBox</tabstop> |
369 <tabstop>multiprocessGroup</tabstop> |
|
370 <tabstop>multiprocessNoDebugCombo</tabstop> |
327 <tabstop>forkModeCheckBox</tabstop> |
371 <tabstop>forkModeCheckBox</tabstop> |
328 <tabstop>forkChildCheckBox</tabstop> |
372 <tabstop>forkChildCheckBox</tabstop> |
329 </tabstops> |
373 </tabstops> |
330 <resources/> |
374 <resources/> |
331 <connections> |
375 <connections> |