diff -r 657269549914 -r bf9ee1e00bc5 Documentation/Source/eric5.DebugClients.Python3.DebugBase.html --- a/Documentation/Source/eric5.DebugClients.Python3.DebugBase.html Fri Mar 04 20:03:47 2011 +0100 +++ b/Documentation/Source/eric5.DebugClients.Python3.DebugBase.html Thu Mar 10 10:27:57 2011 +0100 @@ -108,6 +108,9 @@ <td><a href="#DebugBase.getCurrentFrame">getCurrentFrame</a></td> <td>Public method to return the current frame.</td> </tr><tr> +<td><a href="#DebugBase.getCurrentFrameLocals">getCurrentFrameLocals</a></td> +<td>Public method to return the locals dictionary of the current frame.</td> +</tr><tr> <td><a href="#DebugBase.getEvent">getEvent</a></td> <td>Public method to return the last debugger event.</td> </tr><tr> @@ -390,6 +393,16 @@ <dd> the current frame </dd> +</dl><a NAME="DebugBase.getCurrentFrameLocals" ID="DebugBase.getCurrentFrameLocals"></a> +<h4>DebugBase.getCurrentFrameLocals</h4> +<b>getCurrentFrameLocals</b>(<i></i>) +<p> + Public method to return the locals dictionary of the current frame. +</p><dl> +<dt>Returns:</dt> +<dd> +locals dictionary of the current frame +</dd> </dl><a NAME="DebugBase.getEvent" ID="DebugBase.getEvent"></a> <h4>DebugBase.getEvent</h4> <b>getEvent</b>(<i></i>)