Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 5899
0516f6548ca6
parent 5850
7fae79975686
child 5964
066e6c78a367
diff -r fc96d49f5fbf -r 0516f6548ca6 Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html	Mon Oct 09 19:06:46 2017 +0200
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html	Tue Oct 10 19:05:00 2017 +0200
@@ -774,17 +774,21 @@
         the debug client. (Needed on Win OS)
 </p><a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a>
 <h4>DebuggerInterfacePython.startRemote</h4>
-<b>startRemote</b>(<i>port, runInConsole</i>)
+<b>startRemote</b>(<i>port, runInConsole, interpreter</i>)
 <p>
         Public method to start a remote Python interpreter.
 </p><dl>
 <dt><i>port</i></dt>
 <dd>
-portnumber the debug server is listening on (integer)
+port number the debug server is listening on (integer)
 </dd><dt><i>runInConsole</i></dt>
 <dd>
 flag indicating to start the debugger in a
             console window (boolean)
+</dd><dt><i>interpreter</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -795,17 +799,21 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a>
 <h4>DebuggerInterfacePython.startRemoteForProject</h4>
-<b>startRemoteForProject</b>(<i>port, runInConsole</i>)
+<b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>)
 <p>
         Public method to start a remote Python interpreter for a project.
 </p><dl>
 <dt><i>port</i></dt>
 <dd>
-portnumber the debug server is listening on (integer)
+port number the debug server is listening on (integer)
 </dd><dt><i>runInConsole</i></dt>
 <dd>
 flag indicating to start the debugger in a
             console window (boolean)
+</dd><dt><i>interpreter</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial