diff -r 6d6a0e5f65ca -r 34fc53e6159d src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Sun Dec 04 10:34:43 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Sun Dec 04 11:58:37 2022 +0100 @@ -126,8 +126,8 @@ <td>Public method used to fixup the filename for a given frame.</td> </tr> <tr> -<td><a href="#DebugBase.getCurrentFrame">getCurrentFrame</a></td> -<td>Public method to return the current frame.</td> +<td><a href="#DebugBase.getFrame">getFrame</a></td> +<td>Public method to return the frame "frmnr" down the stack.</td> </tr> <tr> <td><a href="#DebugBase.getFrameLocals">getFrameLocals</a></td> @@ -571,14 +571,22 @@ str </dd> </dl> -<a NAME="DebugBase.getCurrentFrame" ID="DebugBase.getCurrentFrame"></a> -<h4>DebugBase.getCurrentFrame</h4> -<b>getCurrentFrame</b>(<i></i>) +<a NAME="DebugBase.getFrame" ID="DebugBase.getFrame"></a> +<h4>DebugBase.getFrame</h4> +<b>getFrame</b>(<i>frmnr=0</i>) <p> - Public method to return the current frame. + Public method to return the frame "frmnr" down the stack. </p> <dl> + +<dt><i>frmnr</i> (int)</dt> +<dd> +distance of frames down the stack. 0 is + the current frame +</dd> +</dl> +<dl> <dt>Return:</dt> <dd> the current frame