477 Because eric6 supports only one breakpoint per line, this overwritten |
477 Because eric6 supports only one breakpoint per line, this overwritten |
478 method will return this one and only breakpoint. |
478 method will return this one and only breakpoint. |
479 </p><dl> |
479 </p><dl> |
480 <dt><i>filename</i></dt> |
480 <dt><i>filename</i></dt> |
481 <dd> |
481 <dd> |
482 filename of the bp to retrieve (string) |
482 file name of the bp to retrieve (string) |
483 </dd><dt><i>lineno</i></dt> |
483 </dd><dt><i>lineno</i></dt> |
484 <dd> |
484 <dd> |
485 linenumber of the bp to retrieve (integer) |
485 line number of the bp to retrieve (integer) |
486 </dd> |
486 </dd> |
487 </dl><dl> |
487 </dl><dl> |
488 <dt>Returns:</dt> |
488 <dt>Returns:</dt> |
489 <dd> |
489 <dd> |
490 breakpoint or None, if there is no bp |
490 breakpoint or None, if there is no bp |
586 <dd> |
586 <dd> |
587 frame to start debugging from |
587 frame to start debugging from |
588 </dd> |
588 </dd> |
589 </dl><a NAME="DebugBase.set_watch" ID="DebugBase.set_watch"></a> |
589 </dl><a NAME="DebugBase.set_watch" ID="DebugBase.set_watch"></a> |
590 <h4>DebugBase.set_watch</h4> |
590 <h4>DebugBase.set_watch</h4> |
591 <b>set_watch</b>(<i>cond, temporary=0</i>) |
591 <b>set_watch</b>(<i>cond, temporary=False</i>) |
592 <p> |
592 <p> |
593 Public method to set a watch expression. |
593 Public method to set a watch expression. |
594 </p><dl> |
594 </p><dl> |
595 <dt><i>cond</i></dt> |
595 <dt><i>cond</i></dt> |
596 <dd> |
596 <dd> |
605 <p> |
605 <p> |
606 Public method to perform a step operation in this thread. |
606 Public method to perform a step operation in this thread. |
607 </p><dl> |
607 </p><dl> |
608 <dt><i>traceMode</i></dt> |
608 <dt><i>traceMode</i></dt> |
609 <dd> |
609 <dd> |
610 If it is non-zero, then the step is a step into, |
610 If it is True, then the step is a step into, |
611 otherwise it is a step over. |
611 otherwise it is a step over. |
612 </dd> |
612 </dd> |
613 </dl><a NAME="DebugBase.stepOut" ID="DebugBase.stepOut"></a> |
613 </dl><a NAME="DebugBase.stepOut" ID="DebugBase.stepOut"></a> |
614 <h4>DebugBase.stepOut</h4> |
614 <h4>DebugBase.stepOut</h4> |
615 <b>stepOut</b>(<i></i>) |
615 <b>stepOut</b>(<i></i>) |