eric7/Documentation/Source/eric7.Debugger.StartDialog.html

branch
eric7
changeset 8533
7265a143f5c0
parent 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8532:a392af4b87e8 8533:7265a143f5c0
133 <tr><td>None</td></tr> 133 <tr><td>None</td></tr>
134 </table> 134 </table>
135 135
136 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> 136 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a>
137 <h4>StartDialog (Constructor)</h4> 137 <h4>StartDialog (Constructor)</h4>
138 <b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None</i>) 138 <b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None</i>)
139 139
140 <p> 140 <p>
141 Constructor 141 Constructor
142 </p> 142 </p>
143 <dl> 143 <dl>
213 <dt><i>configOverride</i> (dict)</dt> 213 <dt><i>configOverride</i> (dict)</dt>
214 <dd> 214 <dd>
215 dictionary containing the global config override 215 dictionary containing the global config override
216 data 216 data
217 </dd> 217 </dd>
218 <dt><i>forProject</i> (bool)</dt>
219 <dd>
220 flag indicating to get the parameters for a
221 run/debug/... action for a project
222 </dd>
223 <dt><i>scriptName</i> (str)</dt>
224 <dd>
225 name of the script
226 </dd>
227 <dt><i>scriptsList</i> (list of str)</dt>
228 <dd>
229 history list of script names
230 </dd>
218 </dl> 231 </dl>
219 <a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> 232 <a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a>
220 <h4>StartDialog.__clearHistories</h4> 233 <h4>StartDialog.__clearHistories</h4>
221 <b>__clearHistories</b>(<i></i>) 234 <b>__clearHistories</b>(<i></i>)
222 235
278 Public method to retrieve the data entered into this dialog. 291 Public method to retrieve the data entered into this dialog.
279 </p> 292 </p>
280 <dl> 293 <dl>
281 <dt>Return:</dt> 294 <dt>Return:</dt>
282 <dd> 295 <dd>
283 a tuple of interpreter, argv, workdir, environment, 296 a tuple of virtual environment, script name, argv, workdir,
284 exceptions flag, clear interpreter flag and run in console flag 297 environment, exceptions flag, clear interpreter flag and run in
285 </dd> 298 console flag
286 </dl> 299 </dd>
287 <dl> 300 </dl>
288 <dt>Return Type:</dt> 301 <dl>
289 <dd> 302 <dt>Return Type:</dt>
290 tuple of (str, str, str, str, bool, bool, bool) 303 <dd>
304 tuple of (str, str, str, str, str, bool, bool, bool)
291 </dd> 305 </dd>
292 </dl> 306 </dl>
293 <a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> 307 <a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
294 <h4>StartDialog.getDebugData</h4> 308 <h4>StartDialog.getDebugData</h4>
295 <b>getDebugData</b>(<i></i>) 309 <b>getDebugData</b>(<i></i>)
343 Public method to get the lists of histories. 357 Public method to get the lists of histories.
344 </p> 358 </p>
345 <dl> 359 <dl>
346 <dt>Return:</dt> 360 <dt>Return:</dt>
347 <dd> 361 <dd>
348 tuple containing the histories of command line arguments, 362 tuple containing the histories of script names, command line
349 working directories, environment settings and no debug programs 363 arguments, working directories, environment settings and no debug
350 lists 364 programs lists
351 </dd> 365 </dd>
352 </dl> 366 </dl>
353 <dl> 367 <dl>
354 <dt>Return Type:</dt> 368 <dt>Return Type:</dt>
355 <dd> 369 <dd>
356 tuple of four list of str 370 tuple of five list of str
357 </dd> 371 </dd>
358 </dl> 372 </dl>
359 <a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a> 373 <a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
360 <h4>StartDialog.getProfilingData</h4> 374 <h4>StartDialog.getProfilingData</h4>
361 <b>getProfilingData</b>(<i></i>) 375 <b>getProfilingData</b>(<i></i>)

eric ide

mercurial