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

changeset 5662
2c99fa1072b6
parent 5606
da305d172769
child 5678
0aa72754d535
equal deleted inserted replaced
5661:ae4f5cdc3d00 5662:2c99fa1072b6
117 <td>Public method to get the stack.</td> 117 <td>Public method to get the stack.</td>
118 </tr><tr> 118 </tr><tr>
119 <td><a href="#DebugBase.go">go</a></td> 119 <td><a href="#DebugBase.go">go</a></td>
120 <td>Public method to resume the thread.</td> 120 <td>Public method to resume the thread.</td>
121 </tr><tr> 121 </tr><tr>
122 <td><a href="#DebugBase.move_instruction_pointer">move_instruction_pointer</a></td>
123 <td>Public methode to move the instruction pointer to another line.</td>
124 </tr><tr>
122 <td><a href="#DebugBase.profile">profile</a></td> 125 <td><a href="#DebugBase.profile">profile</a></td>
123 <td>Public method used to trace some stuff independent of the debugger trace function.</td> 126 <td>Public method used to trace some stuff independent of the debugger trace function.</td>
124 </tr><tr> 127 </tr><tr>
125 <td><a href="#DebugBase.profileWithRecursion">profileWithRecursion</a></td> 128 <td><a href="#DebugBase.profileWithRecursion">profileWithRecursion</a></td>
126 <td>Public method used to trace some stuff independent of the debugger trace function.</td> 129 <td>Public method used to trace some stuff independent of the debugger trace function.</td>
474 </p><dl> 477 </p><dl>
475 <dt><i>special</i></dt> 478 <dt><i>special</i></dt>
476 <dd> 479 <dd>
477 flag indicating a special continue operation 480 flag indicating a special continue operation
478 </dd> 481 </dd>
482 </dl><a NAME="DebugBase.move_instruction_pointer" ID="DebugBase.move_instruction_pointer"></a>
483 <h4>DebugBase.move_instruction_pointer</h4>
484 <b>move_instruction_pointer</b>(<i>lineno</i>)
485 <p>
486 Public methode to move the instruction pointer to another line.
487 </p><dl>
488 <dt><i>lineno</i> (int)</dt>
489 <dd>
490 new line number
491 </dd>
479 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a> 492 </dl><a NAME="DebugBase.profile" ID="DebugBase.profile"></a>
480 <h4>DebugBase.profile</h4> 493 <h4>DebugBase.profile</h4>
481 <b>profile</b>(<i>frame, event, arg</i>) 494 <b>profile</b>(<i>frame, event, arg</i>)
482 <p> 495 <p>
483 Public method used to trace some stuff independent of the debugger 496 Public method used to trace some stuff independent of the debugger

eric ide

mercurial