Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html

changeset 112
16893e193e9d
parent 58
37f0444c3479
child 409
0ea528e80202
equal deleted inserted replaced
111:1887e3af7b74 112:16893e193e9d
567 <dd> 567 <dd>
568 the raw input (string) 568 the raw input (string)
569 </dd> 569 </dd>
570 </dl><a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a> 570 </dl><a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a>
571 <h4>DebuggerInterfacePython.remoteRun</h4> 571 <h4>DebuggerInterfacePython.remoteRun</h4>
572 <b>remoteRun</b>(<i>fn, argv, wd</i>) 572 <b>remoteRun</b>(<i>fn, argv, wd, autoFork = False, forkChild = False</i>)
573 <p> 573 <p>
574 Public method to load a new program to run. 574 Public method to load a new program to run.
575 </p><dl> 575 </p><dl>
576 <dt><i>fn</i></dt> 576 <dt><i>fn</i></dt>
577 <dd> 577 <dd>
580 <dd> 580 <dd>
581 the commandline arguments to pass to the program (string) 581 the commandline arguments to pass to the program (string)
582 </dd><dt><i>wd</i></dt> 582 </dd><dt><i>wd</i></dt>
583 <dd> 583 <dd>
584 the working directory for the program (string) 584 the working directory for the program (string)
585 </dd><dt><i>autoFork=</i></dt>
586 <dd>
587 flag indicating the automatic fork mode (boolean)
588 </dd><dt><i>forkChild=</i></dt>
589 <dd>
590 flag indicating to debug the child after forking (boolean)
585 </dd> 591 </dd>
586 </dl><a NAME="DebuggerInterfacePython.remoteSetThread" ID="DebuggerInterfacePython.remoteSetThread"></a> 592 </dl><a NAME="DebuggerInterfacePython.remoteSetThread" ID="DebuggerInterfacePython.remoteSetThread"></a>
587 <h4>DebuggerInterfacePython.remoteSetThread</h4> 593 <h4>DebuggerInterfacePython.remoteSetThread</h4>
588 <b>remoteSetThread</b>(<i>tid</i>) 594 <b>remoteSetThread</b>(<i>tid</i>)
589 <p> 595 <p>

eric ide

mercurial