--- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sun Mar 14 19:59:27 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Mon Mar 15 17:55:48 2021 +0100 @@ -1424,7 +1424,7 @@ </p> <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> <h4>DebuggerInterfacePython.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. @@ -1452,6 +1452,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> @@ -1468,7 +1473,7 @@ </dl> <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> <h4>DebuggerInterfacePython.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. @@ -1496,6 +1501,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>