Home | History | Annotate | Download | only in python2.7

Lines Matching full:temporary

142             if (flag and bp.temporary):
251 def set_break(self, filename, lineno, temporary=0, cond = None,
264 bp = Breakpoint(filename, lineno, temporary, cond, funcname)
453 Implements temporary breakpoints, ignore counts, disabling and
473 def __init__(self, file, line, temporary=0, cond=None, funcname=None):
479 self.temporary = temporary
511 if self.temporary:
566 that indicates if it is ok to delete a temporary bp.
586 # to delete if temporary
607 # Don't delete temporary,