--- a/Documentation/Source/eric6.Debugger.DebugServer.html Sat Dec 15 16:30:36 2018 +0100 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Sat Dec 15 17:29:57 2018 +0100 @@ -1918,7 +1918,7 @@ </dd> </dl><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> <h4>DebugServer.startClient</h4> -<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName=""</i>) +<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None</i>) <p> Public method to start a debug client. </p><dl> @@ -1938,6 +1938,9 @@ </dd><dt><i>venvName=</i> (str)</dt> <dd> name of the virtual environment to be used +</dd><dt><i>workingDir=</i> (str)</dt> +<dd> +directory to start the debugger client in </dd> </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a> <h4>DebugServer.unregisterDebuggerInterface</h4>