--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Oct 18 19:15:16 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Oct 18 19:16:14 2024 +0200 @@ -1372,7 +1372,7 @@ <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> <h4>DebuggerInterfacePython.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startRemote=None, </i>) +<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startViaServer=None, </i>) <p> Public method to start a remote Python interpreter. </p> @@ -1405,7 +1405,7 @@ dictionary containing the global config override data (defaults to None) </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 None) @@ -1426,7 +1426,7 @@ </dl> <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> <h4>DebuggerInterfacePython.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> @@ -1459,10 +1459,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>