diff -r 082d58e2415e -r 8eb6220f2bb7 Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html --- 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>