Documentation/Source/eric6.Debugger.DebugServer.html

branch
maintenance
changeset 6646
51eefa621de4
parent 6633
c5aab2ede19a
child 6888
e5f03f779b00
diff -r 77189681b787 -r 51eefa621de4 Documentation/Source/eric6.Debugger.DebugServer.html
--- a/Documentation/Source/eric6.Debugger.DebugServer.html	Sat Dec 01 11:45:24 2018 +0100
+++ b/Documentation/Source/eric6.Debugger.DebugServer.html	Thu Jan 10 14:22:59 2019 +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