1130 It closes our socket and shuts down the debug client. |
1130 It closes our socket and shuts down the debug client. |
1131 (Needed on Win OS) |
1131 (Needed on Win OS) |
1132 </p> |
1132 </p> |
1133 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> |
1133 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> |
1134 <h4>DebuggerInterfaceNone.startRemote</h4> |
1134 <h4>DebuggerInterfaceNone.startRemote</h4> |
1135 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) |
1135 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) |
1136 |
1136 |
1137 <p> |
1137 <p> |
1138 Public method to start a remote Python interpreter. |
1138 Public method to start a remote Python interpreter. |
1139 </p> |
1139 </p> |
1140 <dl> |
1140 <dl> |
1174 tuple of (QProcess, bool, str) |
1179 tuple of (QProcess, bool, str) |
1175 </dd> |
1180 </dd> |
1176 </dl> |
1181 </dl> |
1177 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> |
1182 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> |
1178 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> |
1183 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> |
1179 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) |
1184 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>) |
1180 |
1185 |
1181 <p> |
1186 <p> |
1182 Public method to start a remote Python interpreter for a project. |
1187 Public method to start a remote Python interpreter for a project. |
1183 </p> |
1188 </p> |
1184 <dl> |
1189 <dl> |