Documentation/Source/eric5.Debugger.StartDialog.html

changeset 112
16893e193e9d
parent 58
37f0444c3479
child 409
0ea528e80202
equal deleted inserted replaced
111:1887e3af7b74 112:16893e193e9d
75 <td>Public method to retrieve the debug related data entered into this dialog.</td> 75 <td>Public method to retrieve the debug related data entered into this dialog.</td>
76 </tr><tr> 76 </tr><tr>
77 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td> 77 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td>
78 <td>Public method to retrieve the profiling related data entered into this dialog.</td> 78 <td>Public method to retrieve the profiling related data entered into this dialog.</td>
79 </tr><tr> 79 </tr><tr>
80 <td><a href="#StartDialog.getRunData">getRunData</a></td>
81 <td>Public method to retrieve the debug related data entered into this dialog.</td>
82 </tr><tr>
80 <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 83 <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
81 <td>Private slot called by a button of the button box clicked.</td> 84 <td>Private slot called by a button of the button box clicked.</td>
82 </tr><tr> 85 </tr><tr>
83 <td><a href="#StartDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> 86 <td><a href="#StartDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
84 <td>Private method used to open a directory selection dialog.</td> 87 <td>Private method used to open a directory selection dialog.</td>
192 </p><dl> 195 </p><dl>
193 <dt>Returns:</dt> 196 <dt>Returns:</dt>
194 <dd> 197 <dd>
195 flag indicating erasure of profiling info (boolean) 198 flag indicating erasure of profiling info (boolean)
196 </dd> 199 </dd>
200 </dl><a NAME="StartDialog.getRunData" ID="StartDialog.getRunData"></a>
201 <h4>StartDialog.getRunData</h4>
202 <b>getRunData</b>(<i></i>)
203 <p>
204 Public method to retrieve the debug related data entered into this dialog.
205 </p><dl>
206 <dt>Returns:</dt>
207 <dd>
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
210 process after forking automatically (boolean)
211 </dd>
197 </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>
198 <h4>StartDialog.on_buttonBox_clicked</h4> 213 <h4>StartDialog.on_buttonBox_clicked</h4>
199 <b>on_buttonBox_clicked</b>(<i>button</i>) 214 <b>on_buttonBox_clicked</b>(<i>button</i>)
200 <p> 215 <p>
201 Private slot called by a button of the button box clicked. 216 Private slot called by a button of the button box clicked.

eric ide

mercurial