Documentation/Source/eric5.Debugger.StartDialog.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.Debugger.StartDialog.html
--- a/Documentation/Source/eric5.Debugger.StartDialog.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.StartDialog.html	Sun Oct 13 17:44:48 2013 +0200
@@ -132,25 +132,27 @@
                 </ul>
 </dd><dt><i>modfuncList=</i></dt>
 <dd>
-history list of module functions (list of strings)
+history list of module functions
+            (list of strings)
 </dd><dt><i>tracePython=</i></dt>
 <dd>
 flag indicating if the Python library should
             be traced as well (boolean)
 </dd><dt><i>autoClearShell=</i></dt>
 <dd>
-flag indicating, that the interpreter window should
-            be cleared automatically (boolean)
+flag indicating, that the interpreter window
+            should be cleared automatically (boolean)
 </dd><dt><i>autoContinue=</i></dt>
 <dd>
-flag indicating, that the debugger should not stop at
-            the first executable line (boolean)
+flag indicating, that the debugger should not
+            stop at the first executable line (boolean)
 </dd><dt><i>autoFork=</i></dt>
 <dd>
 flag indicating the automatic fork mode (boolean)
 </dd><dt><i>forkChild=</i></dt>
 <dd>
-flag indicating to debug the child after forking (boolean)
+flag indicating to debug the child after forking
+            (boolean)
 </dd>
 </dl><a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a>
 <h4>StartDialog.__clearHistories</h4>
@@ -162,7 +164,8 @@
 <h4>StartDialog.getCoverageData</h4>
 <b>getCoverageData</b>(<i></i>)
 <p>
-        Public method to retrieve the coverage related data entered into this dialog.
+        Public method to retrieve the coverage related data entered into this
+        dialog.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -176,29 +179,33 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-a tuple of argv (string), workdir (string), environment (string),
-            exceptions flag (boolean), clear interpreter flag (boolean),
-            clear histories flag (boolean) and run in console flag (boolean)
+a tuple of argv (string), workdir (string), environment
+            (string), exceptions flag (boolean), clear interpreter flag
+            (boolean), clear histories flag (boolean) and run in console
+            flag (boolean)
 </dd>
 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
 <h4>StartDialog.getDebugData</h4>
 <b>getDebugData</b>(<i></i>)
 <p>
-        Public method to retrieve the debug related data entered into this dialog.
+        Public method to retrieve the debug related data entered into this
+        dialog.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-a tuple of a flag indicating, if the Python library should be traced
-            as well, a flag indicating, that the debugger should not stop at the
-            first executable line (boolean), 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)
+a tuple of a flag indicating, if the Python library should be
+            traced as well, a flag indicating, that the debugger should not
+            stop at the first executable line (boolean), 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.getProfilingData" ID="StartDialog.getProfilingData"></a>
 <h4>StartDialog.getProfilingData</h4>
 <b>getProfilingData</b>(<i></i>)
 <p>
-        Public method to retrieve the profiling related data entered into this dialog.
+        Public method to retrieve the profiling related data entered into this
+        dialog.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -208,13 +215,15 @@
 <h4>StartDialog.getRunData</h4>
 <b>getRunData</b>(<i></i>)
 <p>
-        Public method to retrieve the debug related data entered into this dialog.
+        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)
+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>

eric ide

mercurial