Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 6581
8eb6220f2bb7
parent 6356
db067aab426d
child 6633
c5aab2ede19a
equal deleted inserted replaced
6580:082d58e2415e 6581:8eb6220f2bb7
673 </p><p> 673 </p><p>
674 It closes our socket and shuts down 674 It closes our socket and shuts down
675 the debug client. (Needed on Win OS) 675 the debug client. (Needed on Win OS)
676 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> 676 </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
677 <h4>DebuggerInterfaceNone.startRemote</h4> 677 <h4>DebuggerInterfaceNone.startRemote</h4>
678 <b>startRemote</b>(<i>port, runInConsole, venvName</i>) 678 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString</i>)
679 <p> 679 <p>
680 Public method to start a remote Python interpreter. 680 Public method to start a remote Python interpreter.
681 </p><dl> 681 </p><dl>
682 <dt><i>port</i> (int)</dt> 682 <dt><i>port</i> (int)</dt>
683 <dd> 683 <dd>
687 flag indicating to start the debugger in a 687 flag indicating to start the debugger in a
688 console window 688 console window
689 </dd><dt><i>venvName</i> (str)</dt> 689 </dd><dt><i>venvName</i> (str)</dt>
690 <dd> 690 <dd>
691 name of the virtual environment to be used 691 name of the virtual environment to be used
692 </dd><dt><i>originalPathString</i> (str)</dt>
693 <dd>
694 original PATH environment variable
692 </dd> 695 </dd>
693 </dl><dl> 696 </dl><dl>
694 <dt>Returns:</dt> 697 <dt>Returns:</dt>
695 <dd> 698 <dd>
696 client process object, a flag to indicate a network connection 699 client process object, a flag to indicate a network connection
701 <dd> 704 <dd>
702 tuple of (QProcess, bool, str) 705 tuple of (QProcess, bool, str)
703 </dd> 706 </dd>
704 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> 707 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
705 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> 708 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
706 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName</i>) 709 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString</i>)
707 <p> 710 <p>
708 Public method to start a remote Python interpreter for a project. 711 Public method to start a remote Python interpreter for a project.
709 </p><dl> 712 </p><dl>
710 <dt><i>port</i> (int)</dt> 713 <dt><i>port</i> (int)</dt>
711 <dd> 714 <dd>
715 flag indicating to start the debugger in a 718 flag indicating to start the debugger in a
716 console window 719 console window
717 </dd><dt><i>venvName</i> (str)</dt> 720 </dd><dt><i>venvName</i> (str)</dt>
718 <dd> 721 <dd>
719 name of the virtual environment to be used 722 name of the virtual environment to be used
723 </dd><dt><i>originalPathString</i> (str)</dt>
724 <dd>
725 original PATH environment variable
720 </dd> 726 </dd>
721 </dl><dl> 727 </dl><dl>
722 <dt>Returns:</dt> 728 <dt>Returns:</dt>
723 <dd> 729 <dd>
724 client process object, a flag to indicate a network connection 730 client process object, a flag to indicate a network connection

eric ide

mercurial