Documentation/Source/eric6.Debugger.StartDialog.html

changeset 5899
0516f6548ca6
parent 5606
da305d172769
child 6352
4bdc6503df81
equal deleted inserted replaced
5898:fc96d49f5fbf 5899:0516f6548ca6
106 <table> 106 <table>
107 <tr><td>None</td></tr> 107 <tr><td>None</td></tr>
108 </table> 108 </table>
109 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> 109 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a>
110 <h4>StartDialog (Constructor)</h4> 110 <h4>StartDialog (Constructor)</h4>
111 <b>StartDialog</b>(<i>caption, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) 111 <b>StartDialog</b>(<i>caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>)
112 <p> 112 <p>
113 Constructor 113 Constructor
114 </p><dl> 114 </p><dl>
115 <dt><i>caption</i></dt> 115 <dt><i>caption</i></dt>
116 <dd> 116 <dd>
117 the caption to be displayed (string) 117 the caption to be displayed (string)
118 </dd><dt><i>interpreterList</i></dt>
119 <dd>
120 list of interpreters (list of string)
118 </dd><dt><i>argvList</i></dt> 121 </dd><dt><i>argvList</i></dt>
119 <dd> 122 <dd>
120 history list of commandline arguments (list of strings) 123 history list of commandline arguments (list of strings)
121 </dd><dt><i>wdList</i></dt> 124 </dd><dt><i>wdList</i></dt>
122 <dd> 125 <dd>
206 <p> 209 <p>
207 Public method to retrieve the data entered into this dialog. 210 Public method to retrieve the data entered into this dialog.
208 </p><dl> 211 </p><dl>
209 <dt>Returns:</dt> 212 <dt>Returns:</dt>
210 <dd> 213 <dd>
211 a tuple of argv (string), workdir (string), environment 214 a tuple of interpreter (string), argv (string), workdir
212 (string), exceptions flag (boolean), clear interpreter flag 215 (string), environment (string), exceptions flag (boolean),
213 (boolean) and run in console flag (boolean) 216 clear interpreter flag (boolean) and run in console flag (boolean)
214 </dd> 217 </dd>
215 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> 218 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
216 <h4>StartDialog.getDebugData</h4> 219 <h4>StartDialog.getDebugData</h4>
217 <b>getDebugData</b>(<i></i>) 220 <b>getDebugData</b>(<i></i>)
218 <p> 221 <p>
235 Public method to get the lists of histories. 238 Public method to get the lists of histories.
236 </p><dl> 239 </p><dl>
237 <dt>Returns:</dt> 240 <dt>Returns:</dt>
238 <dd> 241 <dd>
239 tuple containing the histories of command line arguments, 242 tuple containing the histories of command line arguments,
240 working directories and environment settings 243 working directories, environment settings and interpreters
241 </dd> 244 </dd>
242 </dl><dl> 245 </dl><dl>
243 <dt>Return Type:</dt> 246 <dt>Return Type:</dt>
244 <dd> 247 <dd>
245 tuple of three list of str 248 tuple of four list of str
246 </dd> 249 </dd>
247 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a> 250 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
248 <h4>StartDialog.getProfilingData</h4> 251 <h4>StartDialog.getProfilingData</h4>
249 <b>getProfilingData</b>(<i></i>) 252 <b>getProfilingData</b>(<i></i>)
250 <p> 253 <p>

eric ide

mercurial