Documentation/Source/eric5.Debugger.StartDialog.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
130 <li>2 = start coverage dialog</li> 130 <li>2 = start coverage dialog</li>
131 <li>3 = start profile dialog</li> 131 <li>3 = start profile dialog</li>
132 </ul> 132 </ul>
133 </dd><dt><i>modfuncList=</i></dt> 133 </dd><dt><i>modfuncList=</i></dt>
134 <dd> 134 <dd>
135 history list of module functions (list of strings) 135 history list of module functions
136 (list of strings)
136 </dd><dt><i>tracePython=</i></dt> 137 </dd><dt><i>tracePython=</i></dt>
137 <dd> 138 <dd>
138 flag indicating if the Python library should 139 flag indicating if the Python library should
139 be traced as well (boolean) 140 be traced as well (boolean)
140 </dd><dt><i>autoClearShell=</i></dt> 141 </dd><dt><i>autoClearShell=</i></dt>
141 <dd> 142 <dd>
142 flag indicating, that the interpreter window should 143 flag indicating, that the interpreter window
143 be cleared automatically (boolean) 144 should be cleared automatically (boolean)
144 </dd><dt><i>autoContinue=</i></dt> 145 </dd><dt><i>autoContinue=</i></dt>
145 <dd> 146 <dd>
146 flag indicating, that the debugger should not stop at 147 flag indicating, that the debugger should not
147 the first executable line (boolean) 148 stop at the first executable line (boolean)
148 </dd><dt><i>autoFork=</i></dt> 149 </dd><dt><i>autoFork=</i></dt>
149 <dd> 150 <dd>
150 flag indicating the automatic fork mode (boolean) 151 flag indicating the automatic fork mode (boolean)
151 </dd><dt><i>forkChild=</i></dt> 152 </dd><dt><i>forkChild=</i></dt>
152 <dd> 153 <dd>
153 flag indicating to debug the child after forking (boolean) 154 flag indicating to debug the child after forking
155 (boolean)
154 </dd> 156 </dd>
155 </dl><a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> 157 </dl><a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a>
156 <h4>StartDialog.__clearHistories</h4> 158 <h4>StartDialog.__clearHistories</h4>
157 <b>__clearHistories</b>(<i></i>) 159 <b>__clearHistories</b>(<i></i>)
158 <p> 160 <p>
160 clear the lists. 162 clear the lists.
161 </p><a NAME="StartDialog.getCoverageData" ID="StartDialog.getCoverageData"></a> 163 </p><a NAME="StartDialog.getCoverageData" ID="StartDialog.getCoverageData"></a>
162 <h4>StartDialog.getCoverageData</h4> 164 <h4>StartDialog.getCoverageData</h4>
163 <b>getCoverageData</b>(<i></i>) 165 <b>getCoverageData</b>(<i></i>)
164 <p> 166 <p>
165 Public method to retrieve the coverage related data entered into this dialog. 167 Public method to retrieve the coverage related data entered into this
168 dialog.
166 </p><dl> 169 </p><dl>
167 <dt>Returns:</dt> 170 <dt>Returns:</dt>
168 <dd> 171 <dd>
169 flag indicating erasure of coverage info (boolean) 172 flag indicating erasure of coverage info (boolean)
170 </dd> 173 </dd>
174 <p> 177 <p>
175 Public method to retrieve the data entered into this dialog. 178 Public method to retrieve the data entered into this dialog.
176 </p><dl> 179 </p><dl>
177 <dt>Returns:</dt> 180 <dt>Returns:</dt>
178 <dd> 181 <dd>
179 a tuple of argv (string), workdir (string), environment (string), 182 a tuple of argv (string), workdir (string), environment
180 exceptions flag (boolean), clear interpreter flag (boolean), 183 (string), exceptions flag (boolean), clear interpreter flag
181 clear histories flag (boolean) and run in console flag (boolean) 184 (boolean), clear histories flag (boolean) and run in console
185 flag (boolean)
182 </dd> 186 </dd>
183 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> 187 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
184 <h4>StartDialog.getDebugData</h4> 188 <h4>StartDialog.getDebugData</h4>
185 <b>getDebugData</b>(<i></i>) 189 <b>getDebugData</b>(<i></i>)
186 <p> 190 <p>
187 Public method to retrieve the debug related data entered into this dialog. 191 Public method to retrieve the debug related data entered into this
188 </p><dl> 192 dialog.
189 <dt>Returns:</dt> 193 </p><dl>
190 <dd> 194 <dt>Returns:</dt>
191 a tuple of a flag indicating, if the Python library should be traced 195 <dd>
192 as well, a flag indicating, that the debugger should not stop at the 196 a tuple of a flag indicating, if the Python library should be
193 first executable line (boolean), a flag indicating, that the debugger 197 traced as well, a flag indicating, that the debugger should not
194 should fork automatically (boolean) and a flag indicating, that the 198 stop at the first executable line (boolean), a flag indicating,
195 debugger should debug the child process after forking automatically (boolean) 199 that the debugger should fork automatically (boolean) and a flag
200 indicating, that the debugger should debug the child process after
201 forking automatically (boolean)
196 </dd> 202 </dd>
197 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a> 203 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
198 <h4>StartDialog.getProfilingData</h4> 204 <h4>StartDialog.getProfilingData</h4>
199 <b>getProfilingData</b>(<i></i>) 205 <b>getProfilingData</b>(<i></i>)
200 <p> 206 <p>
201 Public method to retrieve the profiling related data entered into this dialog. 207 Public method to retrieve the profiling related data entered into this
208 dialog.
202 </p><dl> 209 </p><dl>
203 <dt>Returns:</dt> 210 <dt>Returns:</dt>
204 <dd> 211 <dd>
205 flag indicating erasure of profiling info (boolean) 212 flag indicating erasure of profiling info (boolean)
206 </dd> 213 </dd>
207 </dl><a NAME="StartDialog.getRunData" ID="StartDialog.getRunData"></a> 214 </dl><a NAME="StartDialog.getRunData" ID="StartDialog.getRunData"></a>
208 <h4>StartDialog.getRunData</h4> 215 <h4>StartDialog.getRunData</h4>
209 <b>getRunData</b>(<i></i>) 216 <b>getRunData</b>(<i></i>)
210 <p> 217 <p>
211 Public method to retrieve the debug related data entered into this dialog. 218 Public method to retrieve the debug related data entered into this
212 </p><dl> 219 dialog.
213 <dt>Returns:</dt> 220 </p><dl>
214 <dd> 221 <dt>Returns:</dt>
215 a tuple of a flag indicating, that the debugger should fork automatically 222 <dd>
216 (boolean) and a flag indicating, that the debugger should debug the child 223 a tuple of a flag indicating, that the debugger should fork
217 process after forking automatically (boolean) 224 automatically (boolean) and a flag indicating, that the debugger
225 should debug the child process after forking automatically
226 (boolean)
218 </dd> 227 </dd>
219 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a> 228 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a>
220 <h4>StartDialog.on_buttonBox_clicked</h4> 229 <h4>StartDialog.on_buttonBox_clicked</h4>
221 <b>on_buttonBox_clicked</b>(<i>button</i>) 230 <b>on_buttonBox_clicked</b>(<i>button</i>)
222 <p> 231 <p>

eric ide

mercurial