Documentation/Source/eric5.Debugger.DebugServer.html

changeset 112
16893e193e9d
parent 58
37f0444c3479
child 409
0ea528e80202
equal deleted inserted replaced
111:1887e3af7b74 112:16893e193e9d
1408 <dd> 1408 <dd>
1409 the raw input (string) 1409 the raw input (string)
1410 </dd> 1410 </dd>
1411 </dl><a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> 1411 </dl><a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a>
1412 <h4>DebugServer.remoteRun</h4> 1412 <h4>DebugServer.remoteRun</h4>
1413 <b>remoteRun</b>(<i>fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False</i>) 1413 <b>remoteRun</b>(<i>fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False</i>)
1414 <p> 1414 <p>
1415 Public method to load a new program to run. 1415 Public method to load a new program to run.
1416 </p><dl> 1416 </p><dl>
1417 <dt><i>fn</i></dt> 1417 <dt><i>fn</i></dt>
1418 <dd> 1418 <dd>
1435 flag indicating a project related action (boolean) 1435 flag indicating a project related action (boolean)
1436 </dd><dt><i>runInConsole=</i></dt> 1436 </dd><dt><i>runInConsole=</i></dt>
1437 <dd> 1437 <dd>
1438 flag indicating to start the debugger in a 1438 flag indicating to start the debugger in a
1439 console window (boolean) 1439 console window (boolean)
1440 </dd><dt><i>autoFork=</i></dt>
1441 <dd>
1442 flag indicating the automatic fork mode (boolean)
1443 </dd><dt><i>forkChild=</i></dt>
1444 <dd>
1445 flag indicating to debug the child after forking (boolean)
1440 </dd> 1446 </dd>
1441 </dl><a NAME="DebugServer.remoteSetThread" ID="DebugServer.remoteSetThread"></a> 1447 </dl><a NAME="DebugServer.remoteSetThread" ID="DebugServer.remoteSetThread"></a>
1442 <h4>DebugServer.remoteSetThread</h4> 1448 <h4>DebugServer.remoteSetThread</h4>
1443 <b>remoteSetThread</b>(<i>tid</i>) 1449 <b>remoteSetThread</b>(<i>tid</i>)
1444 <p> 1450 <p>

eric ide

mercurial