7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
283 | 283 |
284 <p> | 284 <p> |
285 Public method to retrieve the debug clients capabilities. | 285 Public method to retrieve the debug clients capabilities. |
286 </p> | 286 </p> |
287 <dl> | 287 <dl> |
288 <dt>Returns:</dt> | 288 <dt>Return:</dt> |
289 <dd> | 289 <dd> |
290 debug client capabilities | 290 debug client capabilities |
291 </dd> | 291 </dd> |
292 </dl> | 292 </dl> |
293 <dl> | 293 <dl> |
302 | 302 |
303 <p> | 303 <p> |
304 Public method to return the IDs of the connected debugger backends. | 304 Public method to return the IDs of the connected debugger backends. |
305 </p> | 305 </p> |
306 <dl> | 306 <dl> |
307 <dt>Returns:</dt> | 307 <dt>Return:</dt> |
308 <dd> | 308 <dd> |
309 list of connected debugger backend IDs | 309 list of connected debugger backend IDs |
310 </dd> | 310 </dd> |
311 </dl> | 311 </dl> |
312 <dl> | 312 <dl> |
321 | 321 |
322 <p> | 322 <p> |
323 Public method to test, if a debug client has connected. | 323 Public method to test, if a debug client has connected. |
324 </p> | 324 </p> |
325 <dl> | 325 <dl> |
326 <dt>Returns:</dt> | 326 <dt>Return:</dt> |
327 <dd> | 327 <dd> |
328 flag indicating the connection status | 328 flag indicating the connection status |
329 </dd> | 329 </dd> |
330 </dl> | 330 </dl> |
331 <dl> | 331 <dl> |
347 <dd> | 347 <dd> |
348 reference to the socket object | 348 reference to the socket object |
349 </dd> | 349 </dd> |
350 </dl> | 350 </dl> |
351 <dl> | 351 <dl> |
352 <dt>Returns:</dt> | 352 <dt>Return:</dt> |
353 <dd> | 353 <dd> |
354 flag indicating success | 354 flag indicating success |
355 </dd> | 355 </dd> |
356 </dl> | 356 </dl> |
357 <dl> | 357 <dl> |
1174 <dd> | 1174 <dd> |
1175 directory to start the debugger client in | 1175 directory to start the debugger client in |
1176 </dd> | 1176 </dd> |
1177 </dl> | 1177 </dl> |
1178 <dl> | 1178 <dl> |
1179 <dt>Returns:</dt> | 1179 <dt>Return:</dt> |
1180 <dd> | 1180 <dd> |
1181 client process object, a flag to indicate a network connection | 1181 client process object, a flag to indicate a network connection |
1182 and the name of the interpreter in case of a local execution | 1182 and the name of the interpreter in case of a local execution |
1183 </dd> | 1183 </dd> |
1184 </dl> | 1184 </dl> |
1218 <dd> | 1218 <dd> |
1219 directory to start the debugger client in | 1219 directory to start the debugger client in |
1220 </dd> | 1220 </dd> |
1221 </dl> | 1221 </dl> |
1222 <dl> | 1222 <dl> |
1223 <dt>Returns:</dt> | 1223 <dt>Return:</dt> |
1224 <dd> | 1224 <dd> |
1225 client process object, a flag to indicate a network connection | 1225 client process object, a flag to indicate a network connection |
1226 and the name of the interpreter in case of a local execution | 1226 and the name of the interpreter in case of a local execution |
1227 </dd> | 1227 </dd> |
1228 </dl> | 1228 </dl> |
1255 <dd> | 1255 <dd> |
1256 flag indicating passive connection mode | 1256 flag indicating passive connection mode |
1257 </dd> | 1257 </dd> |
1258 </dl> | 1258 </dl> |
1259 <dl> | 1259 <dl> |
1260 <dt>Returns:</dt> | 1260 <dt>Return:</dt> |
1261 <dd> | 1261 <dd> |
1262 instantiated debugger interface | 1262 instantiated debugger interface |
1263 </dd> | 1263 </dd> |
1264 </dl> | 1264 </dl> |
1265 <dl> | 1265 <dl> |
1277 | 1277 |
1278 <p> | 1278 <p> |
1279 Module function to get characterizing data for the debugger interface. | 1279 Module function to get characterizing data for the debugger interface. |
1280 </p> | 1280 </p> |
1281 <dl> | 1281 <dl> |
1282 <dt>Returns:</dt> | 1282 <dt>Return:</dt> |
1283 <dd> | 1283 <dd> |
1284 list of tuples containing the client type, the client capabilities, | 1284 list of tuples containing the client type, the client capabilities, |
1285 the client file type associations and a reference to the creation | 1285 the client file type associations and a reference to the creation |
1286 function | 1286 function |
1287 </dd> | 1287 </dd> |