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

branch
eric7
changeset 8964
29344a31ee2a
parent 8596
d64760b2da50
child 9097
213951c41dcd
equal deleted inserted replaced
8963:842dd0958302 8964:29344a31ee2a
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>
1158 </dd> 1158 </dd>
1159 <dt><i>workingDir</i> (str)</dt> 1159 <dt><i>workingDir</i> (str)</dt>
1160 <dd> 1160 <dd>
1161 directory to start the debugger client in 1161 directory to start the debugger client in
1162 </dd> 1162 </dd>
1163 <dt><i>configOverride</i> (dict)</dt>
1164 <dd>
1165 dictionary containing the global config override
1166 data
1167 </dd>
1163 </dl> 1168 </dl>
1164 <dl> 1169 <dl>
1165 <dt>Return:</dt> 1170 <dt>Return:</dt>
1166 <dd> 1171 <dd>
1167 client process object, a flag to indicate a network connection 1172 client process object, a flag to indicate a network connection
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>
1201 original PATH environment variable 1206 original PATH environment variable
1202 </dd> 1207 </dd>
1203 <dt><i>workingDir</i> (str)</dt> 1208 <dt><i>workingDir</i> (str)</dt>
1204 <dd> 1209 <dd>
1205 directory to start the debugger client in 1210 directory to start the debugger client in
1211 </dd>
1212 <dt><i>configOverride</i> (dict)</dt>
1213 <dd>
1214 dictionary containing the global config override
1215 data
1206 </dd> 1216 </dd>
1207 </dl> 1217 </dl>
1208 <dl> 1218 <dl>
1209 <dt>Return:</dt> 1219 <dt>Return:</dt>
1210 <dd> 1220 <dd>

eric ide

mercurial