--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html Fri Jun 14 11:18:10 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html Fri Jun 14 11:23:45 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, </i>) +<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) <p> Public method to start a remote Python interpreter. </p> @@ -1040,6 +1040,11 @@ dictionary containing the global config override data </dd> +<dt><i>startRemote</i> (bool (optional))</dt> +<dd> +flag indicating to start the client via an eric-ide server + (defaults to False) +</dd> </dl> <dl> <dt>Return:</dt> @@ -1056,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, </i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) <p> Public method to start a remote Python interpreter for a project. </p> @@ -1089,6 +1094,11 @@ dictionary containing the global config override data </dd> +<dt><i>startRemote</i> (bool (optional))</dt> +<dd> +flag indicating to start the client via an eric-ide server + (defaults to False) +</dd> </dl> <dl> <dt>Return:</dt>