Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html

changeset 5662
2c99fa1072b6
parent 5606
da305d172769
child 5850
7fae79975686
equal deleted inserted replaced
5661:ae4f5cdc3d00 5662:2c99fa1072b6
115 <td>Public method to evaluate arg in the current context of the debugged program.</td> 115 <td>Public method to evaluate arg in the current context of the debugged program.</td>
116 </tr><tr> 116 </tr><tr>
117 <td><a href="#DebuggerInterfaceNone.remoteLoad">remoteLoad</a></td> 117 <td><a href="#DebuggerInterfaceNone.remoteLoad">remoteLoad</a></td>
118 <td>Public method to load a new program to debug.</td> 118 <td>Public method to load a new program to debug.</td>
119 </tr><tr> 119 </tr><tr>
120 <td><a href="#DebuggerInterfaceNone.remoteMoveIP">remoteMoveIP</a></td>
121 <td>Public method to move the instruction pointer to a different line.</td>
122 </tr><tr>
120 <td><a href="#DebuggerInterfaceNone.remoteProfile">remoteProfile</a></td> 123 <td><a href="#DebuggerInterfaceNone.remoteProfile">remoteProfile</a></td>
121 <td>Public method to load a new program to collect profiling data.</td> 124 <td>Public method to load a new program to collect profiling data.</td>
122 </tr><tr> 125 </tr><tr>
123 <td><a href="#DebuggerInterfaceNone.remoteRawInput">remoteRawInput</a></td> 126 <td><a href="#DebuggerInterfaceNone.remoteRawInput">remoteRawInput</a></td>
124 <td>Public method to send the raw input to the debugged program.</td> 127 <td>Public method to send the raw input to the debugged program.</td>
436 </dd><dt><i>forkChild=</i></dt> 439 </dd><dt><i>forkChild=</i></dt>
437 <dd> 440 <dd>
438 flag indicating to debug the child after forking 441 flag indicating to debug the child after forking
439 (boolean) 442 (boolean)
440 </dd> 443 </dd>
444 </dl><a NAME="DebuggerInterfaceNone.remoteMoveIP" ID="DebuggerInterfaceNone.remoteMoveIP"></a>
445 <h4>DebuggerInterfaceNone.remoteMoveIP</h4>
446 <b>remoteMoveIP</b>(<i>line</i>)
447 <p>
448 Public method to move the instruction pointer to a different line.
449 </p><dl>
450 <dt><i>line</i></dt>
451 <dd>
452 the new line, where execution should be continued
453 </dd>
441 </dl><a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a> 454 </dl><a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a>
442 <h4>DebuggerInterfaceNone.remoteProfile</h4> 455 <h4>DebuggerInterfaceNone.remoteProfile</h4>
443 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>) 456 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>)
444 <p> 457 <p>
445 Public method to load a new program to collect profiling data. 458 Public method to load a new program to collect profiling data.

eric ide

mercurial