Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html

changeset 112
16893e193e9d
parent 58
37f0444c3479
child 409
0ea528e80202
equal deleted inserted replaced
111:1887e3af7b74 112:16893e193e9d
470 <dd> 470 <dd>
471 the raw input (string) 471 the raw input (string)
472 </dd> 472 </dd>
473 </dl><a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a> 473 </dl><a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a>
474 <h4>DebuggerInterfaceNone.remoteRun</h4> 474 <h4>DebuggerInterfaceNone.remoteRun</h4>
475 <b>remoteRun</b>(<i>fn, argv, wd</i>) 475 <b>remoteRun</b>(<i>fn, argv, wd, autoFork = False, forkChild = False</i>)
476 <p> 476 <p>
477 Public method to load a new program to run. 477 Public method to load a new program to run.
478 </p><dl> 478 </p><dl>
479 <dt><i>fn</i></dt> 479 <dt><i>fn</i></dt>
480 <dd> 480 <dd>
483 <dd> 483 <dd>
484 the commandline arguments to pass to the program (string) 484 the commandline arguments to pass to the program (string)
485 </dd><dt><i>wd</i></dt> 485 </dd><dt><i>wd</i></dt>
486 <dd> 486 <dd>
487 the working directory for the program (string) 487 the working directory for the program (string)
488 </dd><dt><i>autoFork=</i></dt>
489 <dd>
490 flag indicating the automatic fork mode (boolean)
491 </dd><dt><i>forkChild=</i></dt>
492 <dd>
493 flag indicating to debug the child after forking (boolean)
488 </dd> 494 </dd>
489 </dl><a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a> 495 </dl><a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a>
490 <h4>DebuggerInterfaceNone.remoteSetThread</h4> 496 <h4>DebuggerInterfaceNone.remoteSetThread</h4>
491 <b>remoteSetThread</b>(<i>tid</i>) 497 <b>remoteSetThread</b>(<i>tid</i>)
492 <p> 498 <p>

eric ide

mercurial