--- 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>