Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 5899
0516f6548ca6
parent 5850
7fae79975686
child 5964
066e6c78a367
equal deleted inserted replaced
5898:fc96d49f5fbf 5899:0516f6548ca6
655 </p><p> 655 </p><p>
656 It closes our socket and shuts down 656 It closes our socket and shuts down
657 the debug client. (Needed on Win OS) 657 the debug client. (Needed on Win OS)
658 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> 658 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
659 <h4>DebuggerInterfaceNone.startRemote</h4> 659 <h4>DebuggerInterfaceNone.startRemote</h4>
660 <b>startRemote</b>(<i>port, runInConsole</i>) 660 <b>startRemote</b>(<i>port, runInConsole, interpreter</i>)
661 <p> 661 <p>
662 Public method to start a remote Python interpreter. 662 Public method to start a remote Python interpreter.
663 </p><dl> 663 </p><dl>
664 <dt><i>port</i></dt> 664 <dt><i>port</i></dt>
665 <dd> 665 <dd>
666 portnumber the debug server is listening on (integer) 666 port number the debug server is listening on (integer)
667 </dd><dt><i>runInConsole</i></dt> 667 </dd><dt><i>runInConsole</i></dt>
668 <dd> 668 <dd>
669 flag indicating to start the debugger in a 669 flag indicating to start the debugger in a
670 console window (boolean) 670 console window (boolean)
671 </dd><dt><i>interpreter</i></dt>
672 <dd>
673 interpreter to be used to execute the remote
674 side (string)
671 </dd> 675 </dd>
672 </dl><dl> 676 </dl><dl>
673 <dt>Returns:</dt> 677 <dt>Returns:</dt>
674 <dd> 678 <dd>
675 client process object (QProcess), a flag to indicate 679 client process object (QProcess), a flag to indicate
676 a network connection (boolean) and the name of the interpreter 680 a network connection (boolean) and the name of the interpreter
677 in case of a local execution (string) 681 in case of a local execution (string)
678 </dd> 682 </dd>
679 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> 683 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
680 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> 684 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
681 <b>startRemoteForProject</b>(<i>port, runInConsole</i>) 685 <b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>)
682 <p> 686 <p>
683 Public method to start a remote Python interpreter for a project. 687 Public method to start a remote Python interpreter for a project.
684 </p><dl> 688 </p><dl>
685 <dt><i>port</i></dt> 689 <dt><i>port</i></dt>
686 <dd> 690 <dd>
687 portnumber the debug server is listening on (integer) 691 port number the debug server is listening on (integer)
688 </dd><dt><i>runInConsole</i></dt> 692 </dd><dt><i>runInConsole</i></dt>
689 <dd> 693 <dd>
690 flag indicating to start the debugger in a 694 flag indicating to start the debugger in a
691 console window (boolean) 695 console window (boolean)
696 </dd><dt><i>interpreter</i></dt>
697 <dd>
698 interpreter to be used to execute the remote
699 side (string)
692 </dd> 700 </dd>
693 </dl><dl> 701 </dl><dl>
694 <dt>Returns:</dt> 702 <dt>Returns:</dt>
695 <dd> 703 <dd>
696 client process object (QProcess), a flag to indicate 704 client process object (QProcess), a flag to indicate

eric ide

mercurial