Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 6633
c5aab2ede19a
parent 6581
8eb6220f2bb7
child 6903
0d4e1033731b
equal deleted inserted replaced
6632:084880ed940c 6633:c5aab2ede19a
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, originalPathString</i>) 678 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</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>
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> 692 </dd><dt><i>originalPathString</i> (str)</dt>
693 <dd> 693 <dd>
694 original PATH environment variable 694 original PATH environment variable
695 </dd><dt><i>workingDir</i> (str)</dt>
696 <dd>
697 directory to start the debugger client in
695 </dd> 698 </dd>
696 </dl><dl> 699 </dl><dl>
697 <dt>Returns:</dt> 700 <dt>Returns:</dt>
698 <dd> 701 <dd>
699 client process object, a flag to indicate a network connection 702 client process object, a flag to indicate a network connection
704 <dd> 707 <dd>
705 tuple of (QProcess, bool, str) 708 tuple of (QProcess, bool, str)
706 </dd> 709 </dd>
707 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> 710 </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
708 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> 711 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
709 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString</i>) 712 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>)
710 <p> 713 <p>
711 Public method to start a remote Python interpreter for a project. 714 Public method to start a remote Python interpreter for a project.
712 </p><dl> 715 </p><dl>
713 <dt><i>port</i> (int)</dt> 716 <dt><i>port</i> (int)</dt>
714 <dd> 717 <dd>
721 <dd> 724 <dd>
722 name of the virtual environment to be used 725 name of the virtual environment to be used
723 </dd><dt><i>originalPathString</i> (str)</dt> 726 </dd><dt><i>originalPathString</i> (str)</dt>
724 <dd> 727 <dd>
725 original PATH environment variable 728 original PATH environment variable
729 </dd><dt><i>workingDir</i> (str)</dt>
730 <dd>
731 directory to start the debugger client in
726 </dd> 732 </dd>
727 </dl><dl> 733 </dl><dl>
728 <dt>Returns:</dt> 734 <dt>Returns:</dt>
729 <dd> 735 <dd>
730 client process object, a flag to indicate a network connection 736 client process object, a flag to indicate a network connection

eric ide

mercurial