src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html

branch
eric7
changeset 9236
db53a9efe7ef
parent 9209
b99e7fd55fd3
child 10321
4a017fdf316f
equal deleted inserted replaced
9235:b5fe898e171f 9236:db53a9efe7ef
652 environment settings 652 environment settings
653 </dd> 653 </dd>
654 </dl> 654 </dl>
655 <a NAME="DebuggerInterfaceNone.remoteLoad" ID="DebuggerInterfaceNone.remoteLoad"></a> 655 <a NAME="DebuggerInterfaceNone.remoteLoad" ID="DebuggerInterfaceNone.remoteLoad"></a>
656 <h4>DebuggerInterfaceNone.remoteLoad</h4> 656 <h4>DebuggerInterfaceNone.remoteLoad</h4>
657 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False</i>) 657 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, </i>)
658 658
659 <p> 659 <p>
660 Public method to load a new program to debug. 660 Public method to load a new program to debug.
661 </p> 661 </p>
662 <dl> 662 <dl>
1002 It closes our socket and shuts down the debug client. 1002 It closes our socket and shuts down the debug client.
1003 (Needed on Win OS) 1003 (Needed on Win OS)
1004 </p> 1004 </p>
1005 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> 1005 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
1006 <h4>DebuggerInterfaceNone.startRemote</h4> 1006 <h4>DebuggerInterfaceNone.startRemote</h4>
1007 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) 1007 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>)
1008 1008
1009 <p> 1009 <p>
1010 Public method to start a remote Python interpreter. 1010 Public method to start a remote Python interpreter.
1011 </p> 1011 </p>
1012 <dl> 1012 <dl>
1051 tuple of (QProcess, bool, str) 1051 tuple of (QProcess, bool, str)
1052 </dd> 1052 </dd>
1053 </dl> 1053 </dl>
1054 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> 1054 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
1055 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> 1055 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
1056 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) 1056 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>)
1057 1057
1058 <p> 1058 <p>
1059 Public method to start a remote Python interpreter for a project. 1059 Public method to start a remote Python interpreter for a project.
1060 </p> 1060 </p>
1061 <dl> 1061 <dl>

eric ide

mercurial