--- a/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html Sun Feb 27 19:02:33 2022 +0100 +++ b/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html Mon Feb 28 17:07:35 2022 +0100 @@ -1132,7 +1132,7 @@ </p> <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> <h4>DebuggerInterfaceNone.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) +<b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) <p> Public method to start a remote Python interpreter. @@ -1160,6 +1160,11 @@ <dd> directory to start the debugger client in </dd> +<dt><i>configOverride</i> (dict)</dt> +<dd> +dictionary containing the global config override + data +</dd> </dl> <dl> <dt>Return:</dt> @@ -1176,7 +1181,7 @@ </dl> <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> <h4>DebuggerInterfaceNone.startRemoteForProject</h4> -<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) <p> Public method to start a remote Python interpreter for a project. @@ -1204,6 +1209,11 @@ <dd> directory to start the debugger client in </dd> +<dt><i>configOverride</i> (dict)</dt> +<dd> +dictionary containing the global config override + data +</dd> </dl> <dl> <dt>Return:</dt>