Documentation/Source/eric6.Debugger.StartDialog.html

changeset 5899
0516f6548ca6
parent 5606
da305d172769
child 6352
4bdc6503df81
--- a/Documentation/Source/eric6.Debugger.StartDialog.html	Mon Oct 09 19:06:46 2017 +0200
+++ b/Documentation/Source/eric6.Debugger.StartDialog.html	Tue Oct 10 19:05:00 2017 +0200
@@ -108,13 +108,16 @@
 </table>
 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a>
 <h4>StartDialog (Constructor)</h4>
-<b>StartDialog</b>(<i>caption, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>)
+<b>StartDialog</b>(<i>caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>)
 <p>
         Constructor
 </p><dl>
 <dt><i>caption</i></dt>
 <dd>
 the caption to be displayed (string)
+</dd><dt><i>interpreterList</i></dt>
+<dd>
+list of interpreters (list of string)
 </dd><dt><i>argvList</i></dt>
 <dd>
 history list of commandline arguments (list of strings)
@@ -208,9 +211,9 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-a tuple of argv (string), workdir (string), environment
-            (string), exceptions flag (boolean), clear interpreter flag
-            (boolean) and run in console flag (boolean)
+a tuple of interpreter (string), argv (string), workdir
+            (string), environment (string), exceptions flag (boolean),
+            clear interpreter flag (boolean) and run in console flag (boolean)
 </dd>
 </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a>
 <h4>StartDialog.getDebugData</h4>
@@ -237,12 +240,12 @@
 <dt>Returns:</dt>
 <dd>
 tuple containing the histories of command line arguments,
-            working directories and environment settings
+            working directories, environment settings and interpreters
 </dd>
 </dl><dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of three list of str
+tuple of four list of str
 </dd>
 </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a>
 <h4>StartDialog.getProfilingData</h4>

eric ide

mercurial