1224 <dd> |
1224 <dd> |
1225 flag indicating a special continue operation |
1225 flag indicating a special continue operation |
1226 </dd> |
1226 </dd> |
1227 </dl><a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> |
1227 </dl><a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> |
1228 <h4>DebugServer.remoteCoverage</h4> |
1228 <h4>DebugServer.remoteCoverage</h4> |
1229 <b>remoteCoverage</b>(<i>fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) |
1229 <b>remoteCoverage</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) |
1230 <p> |
1230 <p> |
1231 Public method to load a new program to collect coverage data. |
1231 Public method to load a new program to collect coverage data. |
1232 </p><dl> |
1232 </p><dl> |
1233 <dt><i>fn</i></dt> |
1233 <dt><i>interpreter</i></dt> |
|
1234 <dd> |
|
1235 interpreter to be used to execute the remote |
|
1236 side (string) |
|
1237 </dd><dt><i>fn</i></dt> |
1234 <dd> |
1238 <dd> |
1235 the filename to run (string) |
1239 the filename to run (string) |
1236 </dd><dt><i>argv</i></dt> |
1240 </dd><dt><i>argv</i></dt> |
1237 <dd> |
1241 <dd> |
1238 the commandline arguments to pass to the program (string) |
1242 the commandline arguments to pass to the program (string) |
1271 <dd> |
1275 <dd> |
1272 environment settings (string) |
1276 environment settings (string) |
1273 </dd> |
1277 </dd> |
1274 </dl><a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> |
1278 </dl><a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> |
1275 <h4>DebugServer.remoteLoad</h4> |
1279 <h4>DebugServer.remoteLoad</h4> |
1276 <b>remoteLoad</b>(<i>fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False</i>) |
1280 <b>remoteLoad</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False</i>) |
1277 <p> |
1281 <p> |
1278 Public method to load a new program to debug. |
1282 Public method to load a new program to debug. |
1279 </p><dl> |
1283 </p><dl> |
1280 <dt><i>fn</i></dt> |
1284 <dt><i>interpreter</i></dt> |
|
1285 <dd> |
|
1286 interpreter to be used to execute the remote |
|
1287 side (string) |
|
1288 </dd><dt><i>fn</i></dt> |
1281 <dd> |
1289 <dd> |
1282 the filename to debug (string) |
1290 the filename to debug (string) |
1283 </dd><dt><i>argv</i></dt> |
1291 </dd><dt><i>argv</i></dt> |
1284 <dd> |
1292 <dd> |
1285 the commandline arguments to pass to the program (string) |
1293 the commandline arguments to pass to the program (string) |
1333 <dd> |
1341 <dd> |
1334 the new line, where execution should be continued |
1342 the new line, where execution should be continued |
1335 </dd> |
1343 </dd> |
1336 </dl><a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> |
1344 </dl><a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> |
1337 <h4>DebugServer.remoteProfile</h4> |
1345 <h4>DebugServer.remoteProfile</h4> |
1338 <b>remoteProfile</b>(<i>fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) |
1346 <b>remoteProfile</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) |
1339 <p> |
1347 <p> |
1340 Public method to load a new program to collect profiling data. |
1348 Public method to load a new program to collect profiling data. |
1341 </p><dl> |
1349 </p><dl> |
1342 <dt><i>fn</i></dt> |
1350 <dt><i>interpreter</i></dt> |
|
1351 <dd> |
|
1352 interpreter to be used to execute the remote |
|
1353 side (string) |
|
1354 </dd><dt><i>fn</i></dt> |
1343 <dd> |
1355 <dd> |
1344 the filename to run (string) |
1356 the filename to run (string) |
1345 </dd><dt><i>argv</i></dt> |
1357 </dd><dt><i>argv</i></dt> |
1346 <dd> |
1358 <dd> |
1347 the commandline arguments to pass to the program (string) |
1359 the commandline arguments to pass to the program (string) |
1380 <dd> |
1392 <dd> |
1381 the raw input (string) |
1393 the raw input (string) |
1382 </dd> |
1394 </dd> |
1383 </dl><a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> |
1395 </dl><a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> |
1384 <h4>DebugServer.remoteRun</h4> |
1396 <h4>DebugServer.remoteRun</h4> |
1385 <b>remoteRun</b>(<i>fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType=""</i>) |
1397 <b>remoteRun</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType=""</i>) |
1386 <p> |
1398 <p> |
1387 Public method to load a new program to run. |
1399 Public method to load a new program to run. |
1388 </p><dl> |
1400 </p><dl> |
1389 <dt><i>fn</i></dt> |
1401 <dt><i>interpreter</i></dt> |
|
1402 <dd> |
|
1403 interpreter to be used to execute the remote |
|
1404 side (string) |
|
1405 </dd><dt><i>fn</i></dt> |
1390 <dd> |
1406 <dd> |
1391 the filename to run (string) |
1407 the filename to run (string) |
1392 </dd><dt><i>argv</i></dt> |
1408 </dd><dt><i>argv</i></dt> |
1393 <dd> |
1409 <dd> |
1394 the commandline arguments to pass to the program (string) |
1410 the commandline arguments to pass to the program (string) |
1826 <dd> |
1842 <dd> |
1827 expression of watch expression to clear (string) |
1843 expression of watch expression to clear (string) |
1828 </dd> |
1844 </dd> |
1829 </dl><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> |
1845 </dl><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> |
1830 <h4>DebugServer.startClient</h4> |
1846 <h4>DebugServer.startClient</h4> |
1831 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False</i>) |
1847 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, interpreter=""</i>) |
1832 <p> |
1848 <p> |
1833 Public method to start a debug client. |
1849 Public method to start a debug client. |
1834 </p><dl> |
1850 </p><dl> |
1835 <dt><i>unplanned=</i></dt> |
1851 <dt><i>unplanned=</i></dt> |
1836 <dd> |
1852 <dd> |
1843 flag indicating a project related action (boolean) |
1859 flag indicating a project related action (boolean) |
1844 </dd><dt><i>runInConsole=</i></dt> |
1860 </dd><dt><i>runInConsole=</i></dt> |
1845 <dd> |
1861 <dd> |
1846 flag indicating to start the debugger in a |
1862 flag indicating to start the debugger in a |
1847 console window (boolean) |
1863 console window (boolean) |
|
1864 </dd><dt><i>interpreter=</i></dt> |
|
1865 <dd> |
|
1866 interpreter to be used to execute the remote |
|
1867 side (string) |
1848 </dd> |
1868 </dd> |
1849 </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a> |
1869 </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a> |
1850 <h4>DebugServer.unregisterDebuggerInterface</h4> |
1870 <h4>DebugServer.unregisterDebuggerInterface</h4> |
1851 <b>unregisterDebuggerInterface</b>(<i>interfaceName</i>) |
1871 <b>unregisterDebuggerInterface</b>(<i>interfaceName</i>) |
1852 <p> |
1872 <p> |