1422 It closes our sockets and shuts down the debug clients. |
1422 It closes our sockets and shuts down the debug clients. |
1423 (Needed on Win OS) |
1423 (Needed on Win OS) |
1424 </p> |
1424 </p> |
1425 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> |
1425 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> |
1426 <h4>DebuggerInterfacePython.startRemote</h4> |
1426 <h4>DebuggerInterfacePython.startRemote</h4> |
1427 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) |
1427 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) |
1428 |
1428 |
1429 <p> |
1429 <p> |
1430 Public method to start a remote Python interpreter. |
1430 Public method to start a remote Python interpreter. |
1431 </p> |
1431 </p> |
1432 <dl> |
1432 <dl> |
1466 tuple of (QProcess, bool, str) |
1471 tuple of (QProcess, bool, str) |
1467 </dd> |
1472 </dd> |
1468 </dl> |
1473 </dl> |
1469 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> |
1474 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> |
1470 <h4>DebuggerInterfacePython.startRemoteForProject</h4> |
1475 <h4>DebuggerInterfacePython.startRemoteForProject</h4> |
1471 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) |
1476 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) |
1472 |
1477 |
1473 <p> |
1478 <p> |
1474 Public method to start a remote Python interpreter for a project. |
1479 Public method to start a remote Python interpreter for a project. |
1475 </p> |
1480 </p> |
1476 <dl> |
1481 <dl> |