Documentation/Source/eric6.DebugClients.Python.DebugBase.html

changeset 5662
2c99fa1072b6
parent 5606
da305d172769
child 5678
0aa72754d535
--- a/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Mar 25 17:36:50 2017 +0100
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Mar 25 17:37:44 2017 +0100
@@ -119,6 +119,9 @@
 <td><a href="#DebugBase.go">go</a></td>
 <td>Public method to resume the thread.</td>
 </tr><tr>
+<td><a href="#DebugBase.move_instruction_pointer">move_instruction_pointer</a></td>
+<td>Public methode to move the instruction pointer to another line.</td>
+</tr><tr>
 <td><a href="#DebugBase.profile">profile</a></td>
 <td>Public method used to trace some stuff independent of the debugger trace function.</td>
 </tr><tr>
@@ -476,6 +479,16 @@
 <dd>
 flag indicating a special continue operation
 </dd>
+</dl><a NAME="DebugBase.move_instruction_pointer" ID="DebugBase.move_instruction_pointer"></a>
+<h4>DebugBase.move_instruction_pointer</h4>
+<b>move_instruction_pointer</b>(<i>lineno</i>)
+<p>
+        Public methode to move the instruction pointer to another line.
+</p><dl>
+<dt><i>lineno</i> (int)</dt>
+<dd>
+new line number
+</dd>
 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a>
 <h4>DebugBase.profile</h4>
 <b>profile</b>(<i>frame, event, arg</i>)

eric ide

mercurial