Documentation/Source/eric5.Debugger.StartDialog.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
90 <td>Private slot to enable/disable the OK button.</td> 90 <td>Private slot to enable/disable the OK button.</td>
91 </tr> 91 </tr>
92 </table> 92 </table>
93 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> 93 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a>
94 <h4>StartDialog (Constructor)</h4> 94 <h4>StartDialog (Constructor)</h4>
95 <b>StartDialog</b>(<i>caption, argvList, wdList, envList, exceptions, parent = None, type = 0, modfuncList = None, tracePython = False, autoClearShell = True, autoContinue = True, autoFork = False, forkChild = False</i>) 95 <b>StartDialog</b>(<i>caption, argvList, wdList, envList, exceptions, parent=None, type=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>)
96 <p> 96 <p>
97 Constructor 97 Constructor
98 </p><dl> 98 </p><dl>
99 <dt><i>caption</i></dt> 99 <dt><i>caption</i></dt>
100 <dd> 100 <dd>
182 <dt>Returns:</dt> 182 <dt>Returns:</dt>
183 <dd> 183 <dd>
184 a tuple of a flag indicating, if the Python library should be traced 184 a tuple of a flag indicating, if the Python library should be traced
185 as well, a flag indicating, that the debugger should not stop at the 185 as well, a flag indicating, that the debugger should not stop at the
186 first executable line (boolean), a flag indicating, that the debugger 186 first executable line (boolean), a flag indicating, that the debugger
187 should fork automatically (boolean) and a flag indicating, that the 187 should fork automatically (boolean) and a flag indicating, that the
188 debugger should debug the child process after forking automatically (boolean) 188 debugger should debug the child process after forking automatically (boolean)
189 </dd> 189 </dd>
190 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a> 190 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
191 <h4>StartDialog.getProfilingData</h4> 191 <h4>StartDialog.getProfilingData</h4>
192 <b>getProfilingData</b>(<i></i>) 192 <b>getProfilingData</b>(<i></i>)
204 Public method to retrieve the debug related data entered into this dialog. 204 Public method to retrieve the debug related data entered into this dialog.
205 </p><dl> 205 </p><dl>
206 <dt>Returns:</dt> 206 <dt>Returns:</dt>
207 <dd> 207 <dd>
208 a tuple of a flag indicating, that the debugger should fork automatically 208 a tuple of a flag indicating, that the debugger should fork automatically
209 (boolean) and a flag indicating, that the debugger should debug the child 209 (boolean) and a flag indicating, that the debugger should debug the child
210 process after forking automatically (boolean) 210 process after forking automatically (boolean)
211 </dd> 211 </dd>
212 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a> 212 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a>
213 <h4>StartDialog.on_buttonBox_clicked</h4> 213 <h4>StartDialog.on_buttonBox_clicked</h4>
214 <b>on_buttonBox_clicked</b>(<i>button</i>) 214 <b>on_buttonBox_clicked</b>(<i>button</i>)

eric ide

mercurial