Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 6633
c5aab2ede19a
parent 6581
8eb6220f2bb7
child 6903
0d4e1033731b
--- 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>

eric ide

mercurial