MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / do_tbreak

Method do_tbreak

tools/python-3.11.9-amd64/Lib/pdb.py:770–775  ·  view source on GitHub ↗

tbreak [ ([filename:]lineno | function) [, condition] ] Same arguments as break, but sets a temporary breakpoint: it is automatically deleted when first hit.

(self, arg)

Source from the content-addressed store, hash-verified

768 complete_b = _complete_location
769
770 def do_tbreak(self, arg):
771 """tbreak [ ([filename:]lineno | function) [, condition] ]
772 Same arguments as break, but sets a temporary breakpoint: it
773 is automatically deleted when first hit.
774 """
775 self.do_break(arg, 1)
776
777 complete_tbreak = _complete_location
778

Callers

nothing calls this directly

Calls 1

do_breakMethod · 0.95

Tested by

no test coverage detected