diff -r 084880ed940c -r c5aab2ede19a Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html --- a/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Sat Dec 15 16:30:36 2018 +0100 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Sat Dec 15 17:29:57 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, originalPathString</i>) +<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) <p> Public method to start a remote Python interpreter. </p><dl> @@ -692,6 +692,9 @@ </dd><dt><i>originalPathString</i> (str)</dt> <dd> original PATH environment variable +</dd><dt><i>workingDir</i> (str)</dt> +<dd> +directory to start the debugger client in </dd> </dl><dl> <dt>Returns:</dt> @@ -706,7 +709,7 @@ </dd> </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> <h4>DebuggerInterfaceNone.startRemoteForProject</h4> -<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString</i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) <p> Public method to start a remote Python interpreter for a project. </p><dl> @@ -723,6 +726,9 @@ </dd><dt><i>originalPathString</i> (str)</dt> <dd> original PATH environment variable +</dd><dt><i>workingDir</i> (str)</dt> +<dd> +directory to start the debugger client in </dd> </dl><dl> <dt>Returns:</dt>