665 </p><p> |
665 </p><p> |
666 It closes our socket and shuts down |
666 It closes our socket and shuts down |
667 the debug client. (Needed on Win OS) |
667 the debug client. (Needed on Win OS) |
668 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> |
668 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> |
669 <h4>DebuggerInterfaceNone.startRemote</h4> |
669 <h4>DebuggerInterfaceNone.startRemote</h4> |
670 <b>startRemote</b>(<i>port, runInConsole, interpreter</i>) |
670 <b>startRemote</b>(<i>port, runInConsole, venvName</i>) |
671 <p> |
671 <p> |
672 Public method to start a remote Python interpreter. |
672 Public method to start a remote Python interpreter. |
673 </p><dl> |
673 </p><dl> |
674 <dt><i>port</i></dt> |
674 <dt><i>port</i> (int)</dt> |
675 <dd> |
675 <dd> |
676 port number the debug server is listening on (integer) |
676 port number the debug server is listening on |
677 </dd><dt><i>runInConsole</i></dt> |
677 </dd><dt><i>runInConsole</i> (bool)</dt> |
678 <dd> |
678 <dd> |
679 flag indicating to start the debugger in a |
679 flag indicating to start the debugger in a |
680 console window (boolean) |
680 console window |
681 </dd><dt><i>interpreter</i></dt> |
681 </dd><dt><i>venvName</i> (str)</dt> |
682 <dd> |
682 <dd> |
683 interpreter to be used to execute the remote |
683 name of the virtual environment to be used |
684 side (string) |
|
685 </dd> |
684 </dd> |
686 </dl><dl> |
685 </dl><dl> |
687 <dt>Returns:</dt> |
686 <dt>Returns:</dt> |
688 <dd> |
687 <dd> |
689 client process object (QProcess), a flag to indicate |
688 client process object, a flag to indicate a network connection |
690 a network connection (boolean) and the name of the interpreter |
689 and the name of the interpreter in case of a local execution |
691 in case of a local execution (string) |
690 </dd> |
|
691 </dl><dl> |
|
692 <dt>Return Type:</dt> |
|
693 <dd> |
|
694 tuple of (QProcess, bool, str) |
692 </dd> |
695 </dd> |
693 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> |
696 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> |
694 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> |
697 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> |
695 <b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>) |
698 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName</i>) |
696 <p> |
699 <p> |
697 Public method to start a remote Python interpreter for a project. |
700 Public method to start a remote Python interpreter for a project. |
698 </p><dl> |
701 </p><dl> |
699 <dt><i>port</i></dt> |
702 <dt><i>port</i> (int)</dt> |
700 <dd> |
703 <dd> |
701 port number the debug server is listening on (integer) |
704 port number the debug server is listening on |
702 </dd><dt><i>runInConsole</i></dt> |
705 </dd><dt><i>runInConsole</i> (bool)</dt> |
703 <dd> |
706 <dd> |
704 flag indicating to start the debugger in a |
707 flag indicating to start the debugger in a |
705 console window (boolean) |
708 console window |
706 </dd><dt><i>interpreter</i></dt> |
709 </dd><dt><i>venvName</i> (str)</dt> |
707 <dd> |
710 <dd> |
708 interpreter to be used to execute the remote |
711 name of the virtual environment to be used |
709 side (string) |
|
710 </dd> |
712 </dd> |
711 </dl><dl> |
713 </dl><dl> |
712 <dt>Returns:</dt> |
714 <dt>Returns:</dt> |
713 <dd> |
715 <dd> |
714 client process object (QProcess), a flag to indicate |
716 client process object, a flag to indicate a network connection |
715 a network connection (boolean) and the name of the interpreter |
717 and the name of the interpreter in case of a local execution |
716 in case of a local execution (string) |
718 </dd> |
|
719 </dl><dl> |
|
720 <dt>Return Type:</dt> |
|
721 <dd> |
|
722 tuple of (QProcess, bool, str) |
717 </dd> |
723 </dd> |
718 </dl> |
724 </dl> |
719 <div align="right"><a href="#top">Up</a></div> |
725 <div align="right"><a href="#top">Up</a></div> |
720 <hr /><hr /> |
726 <hr /><hr /> |
721 <a NAME="createDebuggerInterfaceNone" ID="createDebuggerInterfaceNone"></a> |
727 <a NAME="createDebuggerInterfaceNone" ID="createDebuggerInterfaceNone"></a> |