136 <td>Public method to set the environment for a program to debug, run, ...</td> |
136 <td>Public method to set the environment for a program to debug, run, ...</td> |
137 </tr><tr> |
137 </tr><tr> |
138 <td><a href="#DebuggerInterfacePython3.remoteLoad">remoteLoad</a></td> |
138 <td><a href="#DebuggerInterfacePython3.remoteLoad">remoteLoad</a></td> |
139 <td>Public method to load a new program to debug.</td> |
139 <td>Public method to load a new program to debug.</td> |
140 </tr><tr> |
140 </tr><tr> |
|
141 <td><a href="#DebuggerInterfacePython3.remoteMoveIP">remoteMoveIP</a></td> |
|
142 <td>Public method to move the instruction pointer to a different line.</td> |
|
143 </tr><tr> |
141 <td><a href="#DebuggerInterfacePython3.remoteProfile">remoteProfile</a></td> |
144 <td><a href="#DebuggerInterfacePython3.remoteProfile">remoteProfile</a></td> |
142 <td>Public method to load a new program to collect profiling data.</td> |
145 <td>Public method to load a new program to collect profiling data.</td> |
143 </tr><tr> |
146 </tr><tr> |
144 <td><a href="#DebuggerInterfacePython3.remoteRawInput">remoteRawInput</a></td> |
147 <td><a href="#DebuggerInterfacePython3.remoteRawInput">remoteRawInput</a></td> |
145 <td>Public method to send the raw input to the debugged program.</td> |
148 <td>Public method to send the raw input to the debugged program.</td> |
546 </dd><dt><i>forkChild=</i></dt> |
549 </dd><dt><i>forkChild=</i></dt> |
547 <dd> |
550 <dd> |
548 flag indicating to debug the child after forking |
551 flag indicating to debug the child after forking |
549 (boolean) |
552 (boolean) |
550 </dd> |
553 </dd> |
|
554 </dl><a NAME="DebuggerInterfacePython3.remoteMoveIP" ID="DebuggerInterfacePython3.remoteMoveIP"></a> |
|
555 <h4>DebuggerInterfacePython3.remoteMoveIP</h4> |
|
556 <b>remoteMoveIP</b>(<i>line</i>) |
|
557 <p> |
|
558 Public method to move the instruction pointer to a different line. |
|
559 </p><dl> |
|
560 <dt><i>line</i></dt> |
|
561 <dd> |
|
562 the new line, where execution should be continued |
|
563 </dd> |
551 </dl><a NAME="DebuggerInterfacePython3.remoteProfile" ID="DebuggerInterfacePython3.remoteProfile"></a> |
564 </dl><a NAME="DebuggerInterfacePython3.remoteProfile" ID="DebuggerInterfacePython3.remoteProfile"></a> |
552 <h4>DebuggerInterfacePython3.remoteProfile</h4> |
565 <h4>DebuggerInterfacePython3.remoteProfile</h4> |
553 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>) |
566 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>) |
554 <p> |
567 <p> |
555 Public method to load a new program to collect profiling data. |
568 Public method to load a new program to collect profiling data. |