Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 6581
8eb6220f2bb7
parent 6352
4bdc6503df81
child 6633
c5aab2ede19a
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html	Sun Nov 04 12:38:32 2018 +0100
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html	Sun Nov 04 17:20:11 2018 +0100
@@ -797,7 +797,7 @@
         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, venvName</i>)
+<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString</i>)
 <p>
         Public method to start a remote Python interpreter.
 </p><dl>
@@ -811,6 +811,9 @@
 </dd><dt><i>venvName</i> (str)</dt>
 <dd>
 name of the virtual environment to be used
+</dd><dt><i>originalPathString</i> (str)</dt>
+<dd>
+original PATH environment variable
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -825,7 +828,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a>
 <h4>DebuggerInterfacePython.startRemoteForProject</h4>
-<b>startRemoteForProject</b>(<i>port, runInConsole, venvName</i>)
+<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString</i>)
 <p>
         Public method to start a remote Python interpreter for a project.
 </p><dl>
@@ -839,6 +842,9 @@
 </dd><dt><i>venvName</i> (str)</dt>
 <dd>
 name of the virtual environment to be used
+</dd><dt><i>originalPathString</i> (str)</dt>
+<dd>
+original PATH environment variable
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial