Documentation/Source/eric5.DebugClients.Python3.DebugBase.html

changeset 935
bf9ee1e00bc5
parent 440
69ace3e2dcf6
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
--- 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>)

eric ide

mercurial