--- a/Documentation/Source/eric6.DebugClients.Python3.DebugBase.html Sat Jan 16 16:43:48 2016 +0100 +++ b/Documentation/Source/eric6.DebugClients.Python3.DebugBase.html Sat Jan 16 16:53:31 2016 +0100 @@ -162,6 +162,9 @@ <td><a href="#DebugBase.stop_here">stop_here</a></td> <td>Public method reimplemented to filter out debugger files.</td> </tr><tr> +<td><a href="#DebugBase.storeFrameLocals">storeFrameLocals</a></td> +<td>Public method to store the locals into the frame, so an access to frame.f_locals returns the last data.</td> +</tr><tr> <td><a href="#DebugBase.trace_dispatch">trace_dispatch</a></td> <td>Public method reimplemented from bdb.py to do some special things.</td> </tr><tr> @@ -649,6 +652,18 @@ <dd> flag indicating whether the debugger should stop here </dd> +</dl><a NAME="DebugBase.storeFrameLocals" ID="DebugBase.storeFrameLocals"></a> +<h4>DebugBase.storeFrameLocals</h4> +<b>storeFrameLocals</b>(<i>frmnr=0</i>) +<p> + Public method to store the locals into the frame, so an access to + frame.f_locals returns the last data. +</p><dl> +<dt><i>frmnr=</i></dt> +<dd> +distance of frame to store locals dictionary to. 0 is + the current frame (int) +</dd> </dl><a NAME="DebugBase.trace_dispatch" ID="DebugBase.trace_dispatch"></a> <h4>DebugBase.trace_dispatch</h4> <b>trace_dispatch</b>(<i>frame, event, arg</i>)