1370 (Needed on Win OS) |
1370 (Needed on Win OS) |
1371 </p> |
1371 </p> |
1372 |
1372 |
1373 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> |
1373 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> |
1374 <h4>DebuggerInterfacePython.startRemote</h4> |
1374 <h4>DebuggerInterfacePython.startRemote</h4> |
1375 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startRemote=None, </i>) |
1375 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startViaServer=None, </i>) |
1376 <p> |
1376 <p> |
1377 Public method to start a remote Python interpreter. |
1377 Public method to start a remote Python interpreter. |
1378 </p> |
1378 </p> |
1379 |
1379 |
1380 <dl> |
1380 <dl> |
1424 tuple of (QProcess, bool, str) |
1424 tuple of (QProcess, bool, str) |
1425 </dd> |
1425 </dd> |
1426 </dl> |
1426 </dl> |
1427 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> |
1427 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> |
1428 <h4>DebuggerInterfacePython.startRemoteForProject</h4> |
1428 <h4>DebuggerInterfacePython.startRemoteForProject</h4> |
1429 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) |
1429 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>) |
1430 <p> |
1430 <p> |
1431 Public method to start a remote Python interpreter for a project. |
1431 Public method to start a remote Python interpreter for a project. |
1432 </p> |
1432 </p> |
1433 |
1433 |
1434 <dl> |
1434 <dl> |