Documentation/Source/eric6.Debugger.DebugServer.html

changeset 6633
c5aab2ede19a
parent 6581
8eb6220f2bb7
child 6888
e5f03f779b00
--- 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>

eric ide

mercurial