Documentation/Source/eric6.Debugger.StartDialog.html

changeset 5374
c18d759b6b86
parent 5372
7ba8d3d61fdd
child 5606
da305d172769
equal deleted inserted replaced
5373:7826884089fd 5374:c18d759b6b86
69 <td>Private slot to clear the combo boxes lists and record a flag to clear the lists.</td> 69 <td>Private slot to clear the combo boxes lists and record a flag to clear the lists.</td>
70 </tr><tr> 70 </tr><tr>
71 <td><a href="#StartDialog.__editHistory">__editHistory</a></td> 71 <td><a href="#StartDialog.__editHistory">__editHistory</a></td>
72 <td>Private slot to edit a history list.</td> 72 <td>Private slot to edit a history list.</td>
73 </tr><tr> 73 </tr><tr>
74 <td><a href="#StartDialog.clearHistories">clearHistories</a></td>
75 <td>Public method to test, if histories shall be cleared.</td>
76 </tr><tr>
74 <td><a href="#StartDialog.getCoverageData">getCoverageData</a></td> 77 <td><a href="#StartDialog.getCoverageData">getCoverageData</a></td>
75 <td>Public method to retrieve the coverage related data entered into this dialog.</td> 78 <td>Public method to retrieve the coverage related data entered into this dialog.</td>
76 </tr><tr> 79 </tr><tr>
77 <td><a href="#StartDialog.getData">getData</a></td> 80 <td><a href="#StartDialog.getData">getData</a></td>
78 <td>Public method to retrieve the data entered into this dialog.</td> 81 <td>Public method to retrieve the data entered into this dialog.</td>
79 </tr><tr> 82 </tr><tr>
80 <td><a href="#StartDialog.getDebugData">getDebugData</a></td> 83 <td><a href="#StartDialog.getDebugData">getDebugData</a></td>
81 <td>Public method to retrieve the debug related data entered into this dialog.</td> 84 <td>Public method to retrieve the debug related data entered into this dialog.</td>
82 </tr><tr> 85 </tr><tr>
86 <td><a href="#StartDialog.getHistories">getHistories</a></td>
87 <td>Public method to get the lists of histories.</td>
88 </tr><tr>
83 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td> 89 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td>
84 <td>Public method to retrieve the profiling related data entered into this dialog.</td> 90 <td>Public method to retrieve the profiling related data entered into this dialog.</td>
85 </tr><tr> 91 </tr><tr>
86 <td><a href="#StartDialog.getRunData">getRunData</a></td> 92 <td><a href="#StartDialog.getRunData">getRunData</a></td>
87 <td>Public method to retrieve the debug related data entered into this dialog.</td> 93 <td>Public method to retrieve the debug related data entered into this dialog.</td>
94 </tr><tr>
95 <td><a href="#StartDialog.historiesModified">historiesModified</a></td>
96 <td>Public method to test for modified histories.</td>
88 </tr><tr> 97 </tr><tr>
89 <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 98 <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
90 <td>Private slot called by a button of the button box clicked.</td> 99 <td>Private slot called by a button of the button box clicked.</td>
91 </tr><tr> 100 </tr><tr>
92 <td><a href="#StartDialog.on_modFuncCombo_editTextChanged">on_modFuncCombo_editTextChanged</a></td> 101 <td><a href="#StartDialog.on_modFuncCombo_editTextChanged">on_modFuncCombo_editTextChanged</a></td>
163 </p><a NAME="StartDialog.__editHistory" ID="StartDialog.__editHistory"></a> 172 </p><a NAME="StartDialog.__editHistory" ID="StartDialog.__editHistory"></a>
164 <h4>StartDialog.__editHistory</h4> 173 <h4>StartDialog.__editHistory</h4>
165 <b>__editHistory</b>(<i></i>) 174 <b>__editHistory</b>(<i></i>)
166 <p> 175 <p>
167 Private slot to edit a history list. 176 Private slot to edit a history list.
168 </p><a NAME="StartDialog.getCoverageData" ID="StartDialog.getCoverageData"></a> 177 </p><a NAME="StartDialog.clearHistories" ID="StartDialog.clearHistories"></a>
178 <h4>StartDialog.clearHistories</h4>
179 <b>clearHistories</b>(<i></i>)
180 <p>
181 Public method to test, if histories shall be cleared.
182 </p><dl>
183 <dt>Returns:</dt>
184 <dd>
185 flag indicating histories shall be cleared
186 </dd>
187 </dl><dl>
188 <dt>Return Type:</dt>
189 <dd>
190 bool
191 </dd>
192 </dl><a NAME="StartDialog.getCoverageData" ID="StartDialog.getCoverageData"></a>
169 <h4>StartDialog.getCoverageData</h4> 193 <h4>StartDialog.getCoverageData</h4>
170 <b>getCoverageData</b>(<i></i>) 194 <b>getCoverageData</b>(<i></i>)
171 <p> 195 <p>
172 Public method to retrieve the coverage related data entered into this 196 Public method to retrieve the coverage related data entered into this
173 dialog. 197 dialog.
184 </p><dl> 208 </p><dl>
185 <dt>Returns:</dt> 209 <dt>Returns:</dt>
186 <dd> 210 <dd>
187 a tuple of argv (string), workdir (string), environment 211 a tuple of argv (string), workdir (string), environment
188 (string), exceptions flag (boolean), clear interpreter flag 212 (string), exceptions flag (boolean), clear interpreter flag
189 (boolean), clear histories flag (boolean) and run in console 213 (boolean) and run in console flag (boolean)
190 flag (boolean)
191 </dd> 214 </dd>
192 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> 215 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
193 <h4>StartDialog.getDebugData</h4> 216 <h4>StartDialog.getDebugData</h4>
194 <b>getDebugData</b>(<i></i>) 217 <b>getDebugData</b>(<i></i>)
195 <p> 218 <p>
203 stop at the first executable line (boolean), a flag indicating, 226 stop at the first executable line (boolean), a flag indicating,
204 that the debugger should fork automatically (boolean) and a flag 227 that the debugger should fork automatically (boolean) and a flag
205 indicating, that the debugger should debug the child process after 228 indicating, that the debugger should debug the child process after
206 forking automatically (boolean) 229 forking automatically (boolean)
207 </dd> 230 </dd>
231 </dl><a NAME="StartDialog.getHistories" ID="StartDialog.getHistories"></a>
232 <h4>StartDialog.getHistories</h4>
233 <b>getHistories</b>(<i></i>)
234 <p>
235 Public method to get the lists of histories.
236 </p><dl>
237 <dt>Returns:</dt>
238 <dd>
239 tuple containing the histories of command line arguments,
240 working directories and environment settings
241 </dd>
242 </dl><dl>
243 <dt>Return Type:</dt>
244 <dd>
245 tuple of three list of str
246 </dd>
208 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a> 247 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
209 <h4>StartDialog.getProfilingData</h4> 248 <h4>StartDialog.getProfilingData</h4>
210 <b>getProfilingData</b>(<i></i>) 249 <b>getProfilingData</b>(<i></i>)
211 <p> 250 <p>
212 Public method to retrieve the profiling related data entered into this 251 Public method to retrieve the profiling related data entered into this
227 <dd> 266 <dd>
228 a tuple of a flag indicating, that the debugger should fork 267 a tuple of a flag indicating, that the debugger should fork
229 automatically (boolean) and a flag indicating, that the debugger 268 automatically (boolean) and a flag indicating, that the debugger
230 should debug the child process after forking automatically 269 should debug the child process after forking automatically
231 (boolean) 270 (boolean)
271 </dd>
272 </dl><a NAME="StartDialog.historiesModified" ID="StartDialog.historiesModified"></a>
273 <h4>StartDialog.historiesModified</h4>
274 <b>historiesModified</b>(<i></i>)
275 <p>
276 Public method to test for modified histories.
277 </p><dl>
278 <dt>Returns:</dt>
279 <dd>
280 flag indicating modified histories
281 </dd>
282 </dl><dl>
283 <dt>Return Type:</dt>
284 <dd>
285 bool
232 </dd> 286 </dd>
233 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a> 287 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a>
234 <h4>StartDialog.on_buttonBox_clicked</h4> 288 <h4>StartDialog.on_buttonBox_clicked</h4>
235 <b>on_buttonBox_clicked</b>(<i>button</i>) 289 <b>on_buttonBox_clicked</b>(<i>button</i>)
236 <p> 290 <p>

eric ide

mercurial