--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sun Jun 17 13:09:00 2018 +0200 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sun Jun 17 16:56:10 2018 +0200 @@ -797,53 +797,59 @@ the debug client. (Needed on Win OS) </p><a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> <h4>DebuggerInterfacePython.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole, interpreter</i>) +<b>startRemote</b>(<i>port, runInConsole, venvName</i>) <p> Public method to start a remote Python interpreter. </p><dl> -<dt><i>port</i></dt> +<dt><i>port</i> (int)</dt> <dd> -port number the debug server is listening on (integer) -</dd><dt><i>runInConsole</i></dt> +port number the debug server is listening on +</dd><dt><i>runInConsole</i> (bool)</dt> <dd> flag indicating to start the debugger in a - console window (boolean) -</dd><dt><i>interpreter</i></dt> + console window +</dd><dt><i>venvName</i> (str)</dt> <dd> -interpreter to be used to execute the remote - side (string) +name of the virtual environment to be used </dd> </dl><dl> <dt>Returns:</dt> <dd> -client process object (QProcess), a flag to indicate - a network connection (boolean) and the name of the interpreter - in case of a local execution (string) +client process object, a flag to indicate a network connection + and the name of the interpreter in case of a local execution +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (QProcess, bool, str) </dd> </dl><a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> <h4>DebuggerInterfacePython.startRemoteForProject</h4> -<b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, venvName</i>) <p> Public method to start a remote Python interpreter for a project. </p><dl> -<dt><i>port</i></dt> +<dt><i>port</i> (int)</dt> <dd> -port number the debug server is listening on (integer) -</dd><dt><i>runInConsole</i></dt> +port number the debug server is listening on +</dd><dt><i>runInConsole</i> (bool)</dt> <dd> flag indicating to start the debugger in a - console window (boolean) -</dd><dt><i>interpreter</i></dt> + console window +</dd><dt><i>venvName</i> (str)</dt> <dd> -interpreter to be used to execute the remote - side (string) +name of the virtual environment to be used </dd> </dl><dl> <dt>Returns:</dt> <dd> -client process object (QProcess), a flag to indicate - a network connection (boolean) and the name of the interpreter - in case of a local execution (string) +client process object, a flag to indicate a network connection + and the name of the interpreter in case of a local execution +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (QProcess, bool, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>