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>488</width> |
9 <width>488</width> |
10 <height>300</height> |
10 <height>284</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Start debugging</string> |
14 <string>Start debugging</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QGridLayout" name="gridLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item row="0" column="0"> |
20 <item> |
21 <widget class="QLabel" name="TextLabel1"> |
21 <layout class="QGridLayout" name="gridLayout"> |
22 <property name="text"> |
22 <item row="0" column="0"> |
23 <string>Command&line:</string> |
23 <widget class="QLabel" name="TextLabel1"> |
24 </property> |
24 <property name="text"> |
25 <property name="buddy"> |
25 <string>Command&line:</string> |
26 <cstring>cmdlineCombo</cstring> |
26 </property> |
27 </property> |
27 <property name="buddy"> |
28 </widget> |
28 <cstring>cmdlineCombo</cstring> |
29 </item> |
29 </property> |
30 <item row="0" column="1" colspan="3"> |
30 </widget> |
31 <widget class="QComboBox" name="cmdlineCombo"> |
31 </item> |
32 <property name="sizePolicy"> |
32 <item row="0" column="1"> |
33 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
33 <widget class="QComboBox" name="cmdlineCombo"> |
34 <horstretch>0</horstretch> |
34 <property name="sizePolicy"> |
35 <verstretch>0</verstretch> |
35 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
36 </sizepolicy> |
36 <horstretch>0</horstretch> |
37 </property> |
37 <verstretch>0</verstretch> |
38 <property name="toolTip"> |
38 </sizepolicy> |
39 <string>Enter the commandline parameters</string> |
39 </property> |
40 </property> |
40 <property name="toolTip"> |
41 <property name="whatsThis"> |
41 <string>Enter the commandline parameters</string> |
42 <string><b>Commandline</b> |
42 </property> |
|
43 <property name="whatsThis"> |
|
44 <string><b>Commandline</b> |
43 <p>Enter the commandline parameters in this field.</p></string> |
45 <p>Enter the commandline parameters in this field.</p></string> |
44 </property> |
46 </property> |
45 <property name="editable"> |
47 <property name="editable"> |
46 <bool>true</bool> |
48 <bool>true</bool> |
47 </property> |
49 </property> |
48 <property name="insertPolicy"> |
50 <property name="insertPolicy"> |
49 <enum>QComboBox::InsertAtTop</enum> |
51 <enum>QComboBox::InsertAtTop</enum> |
50 </property> |
52 </property> |
51 <property name="sizeAdjustPolicy"> |
53 <property name="sizeAdjustPolicy"> |
52 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
54 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
53 </property> |
55 </property> |
54 <property name="duplicatesEnabled"> |
56 <property name="duplicatesEnabled"> |
55 <bool>false</bool> |
57 <bool>false</bool> |
56 </property> |
58 </property> |
57 </widget> |
59 </widget> |
58 </item> |
60 </item> |
59 <item row="1" column="0"> |
61 <item row="1" column="0"> |
60 <widget class="QLabel" name="TextLabel2"> |
62 <widget class="QLabel" name="TextLabel2"> |
61 <property name="text"> |
63 <property name="text"> |
62 <string>&Working directory:</string> |
64 <string>&Working directory:</string> |
63 </property> |
65 </property> |
64 <property name="buddy"> |
66 <property name="buddy"> |
65 <cstring>workdirCombo</cstring> |
67 <cstring>workdirPicker</cstring> |
66 </property> |
68 </property> |
67 </widget> |
69 </widget> |
68 </item> |
70 </item> |
69 <item row="1" column="1" colspan="2"> |
71 <item row="1" column="1"> |
70 <widget class="QComboBox" name="workdirCombo"> |
72 <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> |
71 <property name="sizePolicy"> |
73 <property name="sizePolicy"> |
72 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
74 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
73 <horstretch>0</horstretch> |
75 <horstretch>0</horstretch> |
74 <verstretch>0</verstretch> |
76 <verstretch>0</verstretch> |
75 </sizepolicy> |
77 </sizepolicy> |
76 </property> |
78 </property> |
77 <property name="toolTip"> |
79 <property name="focusPolicy"> |
78 <string>Enter the working directory</string> |
80 <enum>Qt::WheelFocus</enum> |
79 </property> |
81 </property> |
80 <property name="whatsThis"> |
82 <property name="toolTip"> |
81 <string><b>Working directory</b> |
83 <string>Enter the working directory</string> |
|
84 </property> |
|
85 <property name="whatsThis"> |
|
86 <string><b>Working directory</b> |
82 <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> |
87 <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> |
83 </property> |
88 </property> |
84 <property name="editable"> |
89 </widget> |
85 <bool>true</bool> |
90 </item> |
86 </property> |
91 <item row="2" column="0"> |
87 <property name="insertPolicy"> |
92 <widget class="QLabel" name="textLabel1"> |
88 <enum>QComboBox::InsertAtTop</enum> |
93 <property name="text"> |
89 </property> |
94 <string>&Environment:</string> |
90 <property name="sizeAdjustPolicy"> |
95 </property> |
91 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
96 <property name="buddy"> |
92 </property> |
97 <cstring>environmentCombo</cstring> |
93 <property name="duplicatesEnabled"> |
98 </property> |
94 <bool>false</bool> |
99 </widget> |
95 </property> |
100 </item> |
96 </widget> |
101 <item row="2" column="1"> |
97 </item> |
102 <widget class="QComboBox" name="environmentCombo"> |
98 <item row="2" column="0"> |
103 <property name="sizePolicy"> |
99 <widget class="QLabel" name="textLabel1"> |
104 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
100 <property name="text"> |
105 <horstretch>0</horstretch> |
101 <string>&Environment:</string> |
106 <verstretch>0</verstretch> |
102 </property> |
107 </sizepolicy> |
103 <property name="buddy"> |
108 </property> |
104 <cstring>environmentCombo</cstring> |
109 <property name="toolTip"> |
105 </property> |
110 <string>Enter the environment variables to be set.</string> |
106 </widget> |
111 </property> |
107 </item> |
112 <property name="whatsThis"> |
108 <item row="2" column="1" colspan="3"> |
113 <string><b>Environment</b> |
109 <widget class="QComboBox" name="environmentCombo"> |
|
110 <property name="sizePolicy"> |
|
111 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
112 <horstretch>0</horstretch> |
|
113 <verstretch>0</verstretch> |
|
114 </sizepolicy> |
|
115 </property> |
|
116 <property name="toolTip"> |
|
117 <string>Enter the environment variables to be set.</string> |
|
118 </property> |
|
119 <property name="whatsThis"> |
|
120 <string><b>Environment</b> |
|
121 <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> |
114 <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> |
122 <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></string> |
115 <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></string> |
123 </property> |
116 </property> |
124 <property name="editable"> |
117 <property name="editable"> |
125 <bool>true</bool> |
118 <bool>true</bool> |
126 </property> |
119 </property> |
127 <property name="insertPolicy"> |
120 <property name="insertPolicy"> |
128 <enum>QComboBox::InsertAtTop</enum> |
121 <enum>QComboBox::InsertAtTop</enum> |
129 </property> |
122 </property> |
130 <property name="sizeAdjustPolicy"> |
123 <property name="sizeAdjustPolicy"> |
131 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
124 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
132 </property> |
125 </property> |
133 <property name="duplicatesEnabled"> |
126 <property name="duplicatesEnabled"> |
134 <bool>false</bool> |
127 <bool>false</bool> |
135 </property> |
128 </property> |
136 </widget> |
129 </widget> |
|
130 </item> |
|
131 </layout> |
137 </item> |
132 </item> |
138 <item row="3" column="0" colspan="2"> |
133 <item> |
139 <widget class="QCheckBox" name="exceptionCheckBox"> |
134 <layout class="QGridLayout" name="gridLayout_2"> |
140 <property name="toolTip"> |
135 <item row="0" column="0"> |
141 <string>Uncheck to disable exception reporting</string> |
136 <widget class="QCheckBox" name="exceptionCheckBox"> |
142 </property> |
137 <property name="toolTip"> |
143 <property name="whatsThis"> |
138 <string>Uncheck to disable exception reporting</string> |
144 <string><b>Report exceptions</b> |
139 </property> |
|
140 <property name="whatsThis"> |
|
141 <string><b>Report exceptions</b> |
145 <p>Uncheck this in order to disable exception reporting.</p></string> |
142 <p>Uncheck this in order to disable exception reporting.</p></string> |
146 </property> |
143 </property> |
147 <property name="text"> |
144 <property name="text"> |
148 <string>Report &exceptions</string> |
145 <string>Report &exceptions</string> |
149 </property> |
146 </property> |
150 <property name="shortcut"> |
147 <property name="shortcut"> |
151 <string>Alt+E</string> |
148 <string>Alt+E</string> |
152 </property> |
149 </property> |
153 <property name="checked"> |
150 <property name="checked"> |
154 <bool>true</bool> |
151 <bool>true</bool> |
155 </property> |
152 </property> |
156 </widget> |
153 </widget> |
|
154 </item> |
|
155 <item row="0" column="1"> |
|
156 <widget class="QCheckBox" name="clearShellCheckBox"> |
|
157 <property name="toolTip"> |
|
158 <string>Select to clear the display of the interpreter window</string> |
|
159 </property> |
|
160 <property name="whatsThis"> |
|
161 <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> |
|
162 </property> |
|
163 <property name="text"> |
|
164 <string>Clear &interpreter window</string> |
|
165 </property> |
|
166 <property name="checked"> |
|
167 <bool>true</bool> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item row="1" column="0"> |
|
172 <widget class="QCheckBox" name="consoleCheckBox"> |
|
173 <property name="toolTip"> |
|
174 <string>Select to start the debugger in a console window</string> |
|
175 </property> |
|
176 <property name="whatsThis"> |
|
177 <string><b>Start in console</b> |
|
178 <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> |
|
179 </property> |
|
180 <property name="text"> |
|
181 <string>Start in console</string> |
|
182 </property> |
|
183 </widget> |
|
184 </item> |
|
185 <item row="2" column="0"> |
|
186 <widget class="QCheckBox" name="tracePythonCheckBox"> |
|
187 <property name="toolTip"> |
|
188 <string>Select to trace into the Python library</string> |
|
189 </property> |
|
190 <property name="text"> |
|
191 <string>&Trace into interpreter libraries</string> |
|
192 </property> |
|
193 <property name="shortcut"> |
|
194 <string>Alt+T</string> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item row="2" column="1"> |
|
199 <widget class="QCheckBox" name="autoContinueCheckBox"> |
|
200 <property name="toolTip"> |
|
201 <string>Select to not stop the debugger at the first executable line.</string> |
|
202 </property> |
|
203 <property name="whatsThis"> |
|
204 <string><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></string> |
|
205 </property> |
|
206 <property name="text"> |
|
207 <string>Don't stop at first line</string> |
|
208 </property> |
|
209 <property name="checked"> |
|
210 <bool>true</bool> |
|
211 </property> |
|
212 </widget> |
|
213 </item> |
|
214 </layout> |
157 </item> |
215 </item> |
158 <item row="3" column="2" colspan="2"> |
216 <item> |
159 <widget class="QCheckBox" name="clearShellCheckBox"> |
|
160 <property name="toolTip"> |
|
161 <string>Select to clear the display of the interpreter window</string> |
|
162 </property> |
|
163 <property name="whatsThis"> |
|
164 <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> |
|
165 </property> |
|
166 <property name="text"> |
|
167 <string>Clear &interpreter window</string> |
|
168 </property> |
|
169 <property name="checked"> |
|
170 <bool>true</bool> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item row="4" column="0" colspan="2"> |
|
175 <widget class="QCheckBox" name="consoleCheckBox"> |
|
176 <property name="toolTip"> |
|
177 <string>Select to start the debugger in a console window</string> |
|
178 </property> |
|
179 <property name="whatsThis"> |
|
180 <string><b>Start in console</b> |
|
181 <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> |
|
182 </property> |
|
183 <property name="text"> |
|
184 <string>Start in console</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 <item row="5" column="0" colspan="2"> |
|
189 <widget class="QCheckBox" name="tracePythonCheckBox"> |
|
190 <property name="toolTip"> |
|
191 <string>Select to trace into the Python library</string> |
|
192 </property> |
|
193 <property name="text"> |
|
194 <string>&Trace into interpreter libraries</string> |
|
195 </property> |
|
196 <property name="shortcut"> |
|
197 <string>Alt+T</string> |
|
198 </property> |
|
199 </widget> |
|
200 </item> |
|
201 <item row="5" column="2" colspan="2"> |
|
202 <widget class="QCheckBox" name="autoContinueCheckBox"> |
|
203 <property name="toolTip"> |
|
204 <string>Select to not stop the debugger at the first executable line.</string> |
|
205 </property> |
|
206 <property name="whatsThis"> |
|
207 <string><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></string> |
|
208 </property> |
|
209 <property name="text"> |
|
210 <string>Don't stop at first line</string> |
|
211 </property> |
|
212 <property name="checked"> |
|
213 <bool>true</bool> |
|
214 </property> |
|
215 </widget> |
|
216 </item> |
|
217 <item row="6" column="0" colspan="4"> |
|
218 <widget class="QGroupBox" name="groupBox"> |
217 <widget class="QGroupBox" name="groupBox"> |
219 <property name="title"> |
218 <property name="title"> |
220 <string>Forking</string> |
219 <string>Forking</string> |
221 </property> |
220 </property> |
222 <layout class="QHBoxLayout" name="horizontalLayout"> |
221 <layout class="QHBoxLayout" name="horizontalLayout"> |