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

branch
eric7
changeset 9236
db53a9efe7ef
parent 9209
b99e7fd55fd3
child 9416
0f7f8e65eeed
equal deleted inserted replaced
9235:b5fe898e171f 9236:db53a9efe7ef
930 environment settings 930 environment settings
931 </dd> 931 </dd>
932 </dl> 932 </dl>
933 <a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a> 933 <a NAME="DebuggerInterfacePython.remoteLoad" ID="DebuggerInterfacePython.remoteLoad"></a>
934 <h4>DebuggerInterfacePython.remoteLoad</h4> 934 <h4>DebuggerInterfacePython.remoteLoad</h4>
935 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False</i>) 935 <b>remoteLoad</b>(<i>fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, </i>)
936 936
937 <p> 937 <p>
938 Public method to load a new program to debug. 938 Public method to load a new program to debug.
939 </p> 939 </p>
940 <dl> 940 <dl>
1280 It closes our sockets and shuts down the debug clients. 1280 It closes our sockets and shuts down the debug clients.
1281 (Needed on Win OS) 1281 (Needed on Win OS)
1282 </p> 1282 </p>
1283 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> 1283 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a>
1284 <h4>DebuggerInterfacePython.startRemote</h4> 1284 <h4>DebuggerInterfacePython.startRemote</h4>
1285 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) 1285 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>)
1286 1286
1287 <p> 1287 <p>
1288 Public method to start a remote Python interpreter. 1288 Public method to start a remote Python interpreter.
1289 </p> 1289 </p>
1290 <dl> 1290 <dl>
1329 tuple of (QProcess, bool, str) 1329 tuple of (QProcess, bool, str)
1330 </dd> 1330 </dd>
1331 </dl> 1331 </dl>
1332 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> 1332 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a>
1333 <h4>DebuggerInterfacePython.startRemoteForProject</h4> 1333 <h4>DebuggerInterfacePython.startRemoteForProject</h4>
1334 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) 1334 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>)
1335 1335
1336 <p> 1336 <p>
1337 Public method to start a remote Python interpreter for a project. 1337 Public method to start a remote Python interpreter for a project.
1338 </p> 1338 </p>
1339 <dl> 1339 <dl>

eric ide

mercurial