124 <tr> |
124 <tr> |
125 <td><a href="#DebugBase.fix_frame_filename">fix_frame_filename</a></td> |
125 <td><a href="#DebugBase.fix_frame_filename">fix_frame_filename</a></td> |
126 <td>Public method used to fixup the filename for a given frame.</td> |
126 <td>Public method used to fixup the filename for a given frame.</td> |
127 </tr> |
127 </tr> |
128 <tr> |
128 <tr> |
129 <td><a href="#DebugBase.getCurrentFrame">getCurrentFrame</a></td> |
129 <td><a href="#DebugBase.getFrame">getFrame</a></td> |
130 <td>Public method to return the current frame.</td> |
130 <td>Public method to return the frame "frmnr" down the stack.</td> |
131 </tr> |
131 </tr> |
132 <tr> |
132 <tr> |
133 <td><a href="#DebugBase.getFrameLocals">getFrameLocals</a></td> |
133 <td><a href="#DebugBase.getFrameLocals">getFrameLocals</a></td> |
134 <td>Public method to return the locals dictionary of the current frame or a frame below.</td> |
134 <td>Public method to return the locals dictionary of the current frame or a frame below.</td> |
135 </tr> |
135 </tr> |
569 <dt>Return Type:</dt> |
569 <dt>Return Type:</dt> |
570 <dd> |
570 <dd> |
571 str |
571 str |
572 </dd> |
572 </dd> |
573 </dl> |
573 </dl> |
574 <a NAME="DebugBase.getCurrentFrame" ID="DebugBase.getCurrentFrame"></a> |
574 <a NAME="DebugBase.getFrame" ID="DebugBase.getFrame"></a> |
575 <h4>DebugBase.getCurrentFrame</h4> |
575 <h4>DebugBase.getFrame</h4> |
576 <b>getCurrentFrame</b>(<i></i>) |
576 <b>getFrame</b>(<i>frmnr=0</i>) |
577 |
577 |
578 <p> |
578 <p> |
579 Public method to return the current frame. |
579 Public method to return the frame "frmnr" down the stack. |
580 </p> |
580 </p> |
|
581 <dl> |
|
582 |
|
583 <dt><i>frmnr</i> (int)</dt> |
|
584 <dd> |
|
585 distance of frames down the stack. 0 is |
|
586 the current frame |
|
587 </dd> |
|
588 </dl> |
581 <dl> |
589 <dl> |
582 <dt>Return:</dt> |
590 <dt>Return:</dt> |
583 <dd> |
591 <dd> |
584 the current frame |
592 the current frame |
585 </dd> |
593 </dd> |