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

changeset 4666
bc52ef526e11
parent 4309
cc9c62f55413
equal deleted inserted replaced
4665:30d4972ab403 4666:bc52ef526e11
157 <td>Public method to perform a step out of the current call.</td> 157 <td>Public method to perform a step out of the current call.</td>
158 </tr><tr> 158 </tr><tr>
159 <td><a href="#DebugBase.stop_here">stop_here</a></td> 159 <td><a href="#DebugBase.stop_here">stop_here</a></td>
160 <td>Public method reimplemented to filter out debugger files.</td> 160 <td>Public method reimplemented to filter out debugger files.</td>
161 </tr><tr> 161 </tr><tr>
162 <td><a href="#DebugBase.storeFrameLocals">storeFrameLocals</a></td>
163 <td>Public method to store the locals into the frame, so an access to frame.f_locals returns the last data.</td>
164 </tr><tr>
162 <td><a href="#DebugBase.trace_dispatch">trace_dispatch</a></td> 165 <td><a href="#DebugBase.trace_dispatch">trace_dispatch</a></td>
163 <td>Public method reimplemented from bdb.py to do some special things.</td> 166 <td>Public method reimplemented from bdb.py to do some special things.</td>
164 </tr><tr> 167 </tr><tr>
165 <td><a href="#DebugBase.user_exception">user_exception</a></td> 168 <td><a href="#DebugBase.user_exception">user_exception</a></td>
166 <td>Public method reimplemented to report an exception to the debug server.</td> 169 <td>Public method reimplemented to report an exception to the debug server.</td>
628 </dl><dl> 631 </dl><dl>
629 <dt>Returns:</dt> 632 <dt>Returns:</dt>
630 <dd> 633 <dd>
631 flag indicating whether the debugger should stop here 634 flag indicating whether the debugger should stop here
632 </dd> 635 </dd>
636 </dl><a NAME="DebugBase.storeFrameLocals" ID="DebugBase.storeFrameLocals"></a>
637 <h4>DebugBase.storeFrameLocals</h4>
638 <b>storeFrameLocals</b>(<i>frmnr=0</i>)
639 <p>
640 Public method to store the locals into the frame, so an access to
641 frame.f_locals returns the last data.
642 </p><dl>
643 <dt><i>frmnr=</i></dt>
644 <dd>
645 distance of frame to store locals dictionary to. 0 is
646 the current frame (int)
647 </dd>
633 </dl><a NAME="DebugBase.trace_dispatch" ID="DebugBase.trace_dispatch"></a> 648 </dl><a NAME="DebugBase.trace_dispatch" ID="DebugBase.trace_dispatch"></a>
634 <h4>DebugBase.trace_dispatch</h4> 649 <h4>DebugBase.trace_dispatch</h4>
635 <b>trace_dispatch</b>(<i>frame, event, arg</i>) 650 <b>trace_dispatch</b>(<i>frame, event, arg</i>)
636 <p> 651 <p>
637 Public method reimplemented from bdb.py to do some special things. 652 Public method reimplemented from bdb.py to do some special things.

eric ide

mercurial