src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html

branch
eric7
changeset 10987
ee81b245ae2c
parent 10784
521fd465b048
child 11029
1cd8701ed260
diff -r 39a97ad73ee5 -r ee81b245ae2c src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html	Fri Oct 18 19:15:16 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html	Fri Oct 18 19:16:14 2024 +0200
@@ -1007,7 +1007,7 @@
 
 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
 <h4>DebuggerInterfaceNone.startRemote</h4>
-<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>)
+<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>)
 <p>
         Public method to start a remote Python interpreter.
 </p>
@@ -1040,10 +1040,10 @@
 dictionary containing the global config override
             data
 </dd>
-<dt><i>startRemote</i> (bool (optional))</dt>
+<dt><i>startViaServer</i> (bool (optional))</dt>
 <dd>
 flag indicating to start the client via an eric-ide server
-            (defaults to False)
+            (defaults to None)
 </dd>
 </dl>
 <dl>
@@ -1061,7 +1061,7 @@
 </dl>
 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
-<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>)
+<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>)
 <p>
         Public method to start a remote Python interpreter for a project.
 </p>
@@ -1094,10 +1094,10 @@
 dictionary containing the global config override
             data
 </dd>
-<dt><i>startRemote</i> (bool (optional))</dt>
+<dt><i>startViaServer</i> (bool (optional))</dt>
 <dd>
 flag indicating to start the client via an eric-ide server
-            (defaults to False)
+            (defaults to None)
 </dd>
 </dl>
 <dl>

eric ide

mercurial