Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html

changeset 5662
2c99fa1072b6
parent 5606
da305d172769
diff -r ae4f5cdc3d00 -r 2c99fa1072b6 Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html	Sat Mar 25 17:36:50 2017 +0100
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython3.html	Sat Mar 25 17:37:44 2017 +0100
@@ -138,6 +138,9 @@
 <td><a href="#DebuggerInterfacePython3.remoteLoad">remoteLoad</a></td>
 <td>Public method to load a new program to debug.</td>
 </tr><tr>
+<td><a href="#DebuggerInterfacePython3.remoteMoveIP">remoteMoveIP</a></td>
+<td>Public method to move the instruction pointer to a different line.</td>
+</tr><tr>
 <td><a href="#DebuggerInterfacePython3.remoteProfile">remoteProfile</a></td>
 <td>Public method to load a new program to collect profiling data.</td>
 </tr><tr>
@@ -548,6 +551,16 @@
 flag indicating to debug the child after forking
             (boolean)
 </dd>
+</dl><a NAME="DebuggerInterfacePython3.remoteMoveIP" ID="DebuggerInterfacePython3.remoteMoveIP"></a>
+<h4>DebuggerInterfacePython3.remoteMoveIP</h4>
+<b>remoteMoveIP</b>(<i>line</i>)
+<p>
+        Public method to move the instruction pointer to a different line.
+</p><dl>
+<dt><i>line</i></dt>
+<dd>
+the new line, where execution should be continued
+</dd>
 </dl><a NAME="DebuggerInterfacePython3.remoteProfile" ID="DebuggerInterfacePython3.remoteProfile"></a>
 <h4>DebuggerInterfacePython3.remoteProfile</h4>
 <b>remoteProfile</b>(<i>fn, argv, wd, erase=False</i>)

eric ide

mercurial