eric6/Documentation/Source/eric6.Debugger.StartDialog.html

changeset 8163
29fb6d420a25
parent 7989
a21d673a8f99
equal deleted inserted replaced
8162:8358c3c95841 8163:29fb6d420a25
101 <tr> 101 <tr>
102 <td><a href="#StartDialog.getDebugData">getDebugData</a></td> 102 <td><a href="#StartDialog.getDebugData">getDebugData</a></td>
103 <td>Public method to retrieve the debug related data entered into this dialog.</td> 103 <td>Public method to retrieve the debug related data entered into this dialog.</td>
104 </tr> 104 </tr>
105 <tr> 105 <tr>
106 <td><a href="#StartDialog.getGlobalOverrideData">getGlobalOverrideData</a></td>
107 <td>Public method to retrieve the global configuration override data entered into this dialog.</td>
108 </tr>
109 <tr>
106 <td><a href="#StartDialog.getHistories">getHistories</a></td> 110 <td><a href="#StartDialog.getHistories">getHistories</a></td>
107 <td>Public method to get the lists of histories.</td> 111 <td>Public method to get the lists of histories.</td>
108 </tr> 112 </tr>
109 <tr> 113 <tr>
110 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td> 114 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td>
129 <tr><td>None</td></tr> 133 <tr><td>None</td></tr>
130 </table> 134 </table>
131 135
132 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> 136 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a>
133 <h4>StartDialog (Constructor)</h4> 137 <h4>StartDialog (Constructor)</h4>
134 <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</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</i>)
135 139
136 <p> 140 <p>
137 Constructor 141 Constructor
138 </p> 142 </p>
139 <dl> 143 <dl>
204 <dt><i>multiprocessNoDebugHistory</i> (list of str)</dt> 208 <dt><i>multiprocessNoDebugHistory</i> (list of str)</dt>
205 <dd> 209 <dd>
206 list of lists with programs not to be 210 list of lists with programs not to be
207 debugged 211 debugged
208 </dd> 212 </dd>
213 <dt><i>configOverride</i> (dict)</dt>
214 <dd>
215 dictionary containing the global config override
216 data
217 </dd>
209 </dl> 218 </dl>
210 <a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> 219 <a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a>
211 <h4>StartDialog.__clearHistories</h4> 220 <h4>StartDialog.__clearHistories</h4>
212 <b>__clearHistories</b>(<i></i>) 221 <b>__clearHistories</b>(<i></i>)
213 222
303 <dt>Return Type:</dt> 312 <dt>Return Type:</dt>
304 <dd> 313 <dd>
305 tuple of (bool, bool, bool, str) 314 tuple of (bool, bool, bool, str)
306 </dd> 315 </dd>
307 </dl> 316 </dl>
317 <a NAME="StartDialog.getGlobalOverrideData" ID="StartDialog.getGlobalOverrideData"></a>
318 <h4>StartDialog.getGlobalOverrideData</h4>
319 <b>getGlobalOverrideData</b>(<i></i>)
320
321 <p>
322 Public method to retrieve the global configuration override data
323 entered into this dialog.
324 </p>
325 <dl>
326 <dt>Return:</dt>
327 <dd>
328 dictionary containing a flag indicating to activate the global
329 override and a flag indicating a redirect of stdin/stdout/stderr
330 </dd>
331 </dl>
332 <dl>
333 <dt>Return Type:</dt>
334 <dd>
335 dict
336 </dd>
337 </dl>
308 <a NAME="StartDialog.getHistories" ID="StartDialog.getHistories"></a> 338 <a NAME="StartDialog.getHistories" ID="StartDialog.getHistories"></a>
309 <h4>StartDialog.getHistories</h4> 339 <h4>StartDialog.getHistories</h4>
310 <b>getHistories</b>(<i></i>) 340 <b>getHistories</b>(<i></i>)
311 341
312 <p> 342 <p>

eric ide

mercurial