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

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
220 the current execution frame 220 the current execution frame
221 </dd> 221 </dd>
222 </dl><dl> 222 </dl><dl>
223 <dt>Returns:</dt> 223 <dt>Returns:</dt>
224 <dd> 224 <dd>
225 tuple of watch expression and a flag to indicate, that a temporary 225 tuple of watch expression and a flag to indicate, that a
226 watch expression may be deleted (bdb.Breakpoint, boolean) 226 temporary watch expression may be deleted (bdb.Breakpoint, boolean)
227 </dd> 227 </dd>
228 </dl><a NAME="DebugBase.__extract_stack" ID="DebugBase.__extract_stack"></a> 228 </dl><a NAME="DebugBase.__extract_stack" ID="DebugBase.__extract_stack"></a>
229 <h4>DebugBase.__extract_stack</h4> 229 <h4>DebugBase.__extract_stack</h4>
230 <b>__extract_stack</b>(<i>exctb</i>) 230 <b>__extract_stack</b>(<i>exctb</i>)
231 <p> 231 <p>
458 </dd> 458 </dd>
459 </dl><a NAME="DebugBase.get_break" ID="DebugBase.get_break"></a> 459 </dl><a NAME="DebugBase.get_break" ID="DebugBase.get_break"></a>
460 <h4>DebugBase.get_break</h4> 460 <h4>DebugBase.get_break</h4>
461 <b>get_break</b>(<i>filename, lineno</i>) 461 <b>get_break</b>(<i>filename, lineno</i>)
462 <p> 462 <p>
463 Reimplemented from bdb.py to get the first breakpoint of a particular line. 463 Reimplemented from bdb.py to get the first breakpoint of a particular
464 line.
464 </p><p> 465 </p><p>
465 Because eric5 supports only one breakpoint per line, this overwritten 466 Because eric5 supports only one breakpoint per line, this overwritten
466 method will return this one and only breakpoint. 467 method will return this one and only breakpoint.
467 </p><dl> 468 </p><dl>
468 <dt><i>filename</i></dt> 469 <dt><i>filename</i></dt>

eric ide

mercurial