772 </p><p> |
772 </p><p> |
773 It closes our socket and shuts down |
773 It closes our socket and shuts down |
774 the debug client. (Needed on Win OS) |
774 the debug client. (Needed on Win OS) |
775 </p><a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> |
775 </p><a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> |
776 <h4>DebuggerInterfacePython.startRemote</h4> |
776 <h4>DebuggerInterfacePython.startRemote</h4> |
777 <b>startRemote</b>(<i>port, runInConsole</i>) |
777 <b>startRemote</b>(<i>port, runInConsole, interpreter</i>) |
778 <p> |
778 <p> |
779 Public method to start a remote Python interpreter. |
779 Public method to start a remote Python interpreter. |
780 </p><dl> |
780 </p><dl> |
781 <dt><i>port</i></dt> |
781 <dt><i>port</i></dt> |
782 <dd> |
782 <dd> |
783 portnumber the debug server is listening on (integer) |
783 port number the debug server is listening on (integer) |
784 </dd><dt><i>runInConsole</i></dt> |
784 </dd><dt><i>runInConsole</i></dt> |
785 <dd> |
785 <dd> |
786 flag indicating to start the debugger in a |
786 flag indicating to start the debugger in a |
787 console window (boolean) |
787 console window (boolean) |
|
788 </dd><dt><i>interpreter</i></dt> |
|
789 <dd> |
|
790 interpreter to be used to execute the remote |
|
791 side (string) |
788 </dd> |
792 </dd> |
789 </dl><dl> |
793 </dl><dl> |
790 <dt>Returns:</dt> |
794 <dt>Returns:</dt> |
791 <dd> |
795 <dd> |
792 client process object (QProcess), a flag to indicate |
796 client process object (QProcess), a flag to indicate |
793 a network connection (boolean) and the name of the interpreter |
797 a network connection (boolean) and the name of the interpreter |
794 in case of a local execution (string) |
798 in case of a local execution (string) |
795 </dd> |
799 </dd> |
796 </dl><a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> |
800 </dl><a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> |
797 <h4>DebuggerInterfacePython.startRemoteForProject</h4> |
801 <h4>DebuggerInterfacePython.startRemoteForProject</h4> |
798 <b>startRemoteForProject</b>(<i>port, runInConsole</i>) |
802 <b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>) |
799 <p> |
803 <p> |
800 Public method to start a remote Python interpreter for a project. |
804 Public method to start a remote Python interpreter for a project. |
801 </p><dl> |
805 </p><dl> |
802 <dt><i>port</i></dt> |
806 <dt><i>port</i></dt> |
803 <dd> |
807 <dd> |
804 portnumber the debug server is listening on (integer) |
808 port number the debug server is listening on (integer) |
805 </dd><dt><i>runInConsole</i></dt> |
809 </dd><dt><i>runInConsole</i></dt> |
806 <dd> |
810 <dd> |
807 flag indicating to start the debugger in a |
811 flag indicating to start the debugger in a |
808 console window (boolean) |
812 console window (boolean) |
|
813 </dd><dt><i>interpreter</i></dt> |
|
814 <dd> |
|
815 interpreter to be used to execute the remote |
|
816 side (string) |
809 </dd> |
817 </dd> |
810 </dl><dl> |
818 </dl><dl> |
811 <dt>Returns:</dt> |
819 <dt>Returns:</dt> |
812 <dd> |
820 <dd> |
813 client process object (QProcess), a flag to indicate |
821 client process object (QProcess), a flag to indicate |