Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 6581
8eb6220f2bb7
parent 6356
db067aab426d
child 6633
c5aab2ede19a
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html	Sun Nov 04 12:38:32 2018 +0100
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html	Sun Nov 04 17:20:11 2018 +0100
@@ -675,7 +675,7 @@
         the debug client. (Needed on Win OS)
 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
 <h4>DebuggerInterfaceNone.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>
@@ -689,6 +689,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>
@@ -703,7 +706,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
 <h4>DebuggerInterfaceNone.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>
@@ -717,6 +720,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