Documentation/Source/eric5.Debugger.StartDialog.html

changeset 112
16893e193e9d
parent 58
37f0444c3479
child 409
0ea528e80202
diff -r 1887e3af7b74 -r 16893e193e9d Documentation/Source/eric5.Debugger.StartDialog.html
--- a/Documentation/Source/eric5.Debugger.StartDialog.html	Sat Feb 13 13:00:30 2010 +0000
+++ b/Documentation/Source/eric5.Debugger.StartDialog.html	Sat Feb 13 17:07:34 2010 +0000
@@ -77,6 +77,9 @@
 <td><a href="#StartDialog.getProfilingData">getProfilingData</a></td>
 <td>Public method to retrieve the profiling related data entered into this dialog.</td>
 </tr><tr>
+<td><a href="#StartDialog.getRunData">getRunData</a></td>
+<td>Public method to retrieve the debug related data entered into this dialog.</td>
+</tr><tr>
 <td><a href="#StartDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 <td>Private slot called by a button of the button box clicked.</td>
 </tr><tr>
@@ -194,6 +197,18 @@
 <dd>
 flag indicating erasure of profiling info (boolean)
 </dd>
+</dl><a NAME="StartDialog.getRunData" ID="StartDialog.getRunData"></a>
+<h4>StartDialog.getRunData</h4>
+<b>getRunData</b>(<i></i>)
+<p>
+        Public method to retrieve the debug related data entered into this dialog.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+a tuple of a flag indicating, that the debugger should fork automatically
+            (boolean) and a flag indicating, that the debugger should debug the child 
+            process after forking automatically (boolean)
+</dd>
 </dl><a NAME="StartDialog.on_buttonBox_clicked" ID="StartDialog.on_buttonBox_clicked"></a>
 <h4>StartDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)

eric ide

mercurial