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

changeset 4309
cc9c62f55413
parent 3673
e26d7d0c1088
child 4666
bc52ef526e11
--- a/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Jul 04 14:46:40 2015 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugBase.html	Sat Jul 04 17:31:46 2015 +0200
@@ -111,12 +111,12 @@
 <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>Protected method to return the last debugger event.</td>
 </tr><tr>
+<td><a href="#DebugBase.getFrameLocals">getFrameLocals</a></td>
+<td>Public method to return the locals dictionary of the current frame or a frame below.</td>
+</tr><tr>
 <td><a href="#DebugBase.getStack">getStack</a></td>
 <td>Public method to get the stack.</td>
 </tr><tr>
@@ -426,16 +426,6 @@
 <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>)
@@ -446,6 +436,23 @@
 <dd>
 last debugger event (string)
 </dd>
+</dl><a NAME="DebugBase.getFrameLocals" ID="DebugBase.getFrameLocals"></a>
+<h4>DebugBase.getFrameLocals</h4>
+<b>getFrameLocals</b>(<i>frmnr=0</i>)
+<p>
+        Public method to return the locals dictionary of the current frame
+        or a frame below.
+</p><dl>
+<dt><i>frmnr=</i></dt>
+<dd>
+distance of frame to get locals dictionary of. 0 is
+            the current frame (int)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+locals dictionary of the frame
+</dd>
 </dl><a NAME="DebugBase.getStack" ID="DebugBase.getStack"></a>
 <h4>DebugBase.getStack</h4>
 <b>getStack</b>(<i></i>)

eric ide

mercurial