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

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
223 the current execution frame 223 the current execution frame
224 </dd> 224 </dd>
225 </dl><dl> 225 </dl><dl>
226 <dt>Returns:</dt> 226 <dt>Returns:</dt>
227 <dd> 227 <dd>
228 tuple of watch expression and a flag to indicate, that a temporary 228 tuple of watch expression and a flag to indicate, that a
229 watch expression may be deleted (bdb.Breakpoint, boolean) 229 temporary watch expression may be deleted (bdb.Breakpoint, boolean)
230 </dd> 230 </dd>
231 </dl><a NAME="DebugBase.__extractExceptionName" ID="DebugBase.__extractExceptionName"></a> 231 </dl><a NAME="DebugBase.__extractExceptionName" ID="DebugBase.__extractExceptionName"></a>
232 <h4>DebugBase.__extractExceptionName</h4> 232 <h4>DebugBase.__extractExceptionName</h4>
233 <b>__extractExceptionName</b>(<i>exctype</i>) 233 <b>__extractExceptionName</b>(<i>exctype</i>)
234 <p> 234 <p>
477 </dd> 477 </dd>
478 </dl><a NAME="DebugBase.get_break" ID="DebugBase.get_break"></a> 478 </dl><a NAME="DebugBase.get_break" ID="DebugBase.get_break"></a>
479 <h4>DebugBase.get_break</h4> 479 <h4>DebugBase.get_break</h4>
480 <b>get_break</b>(<i>filename, lineno</i>) 480 <b>get_break</b>(<i>filename, lineno</i>)
481 <p> 481 <p>
482 Reimplemented from bdb.py to get the first breakpoint of a particular line. 482 Reimplemented from bdb.py to get the first breakpoint of a particular
483 line.
483 </p><p> 484 </p><p>
484 Because eric5 supports only one breakpoint per line, this overwritten 485 Because eric5 supports only one breakpoint per line, this overwritten
485 method will return this one and only breakpoint. 486 method will return this one and only breakpoint.
486 </p><dl> 487 </p><dl>
487 <dt><i>filename</i></dt> 488 <dt><i>filename</i></dt>

eric ide

mercurial