MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / set_tf

Method set_tf

pydevd_attach_to_process/winappdbg/thread.py:834–836  ·  view source on GitHub ↗

Sets the Trap flag.

(self)

Source from the content-addressed store, hash-verified

832 self.set_flag_value(self.Flags.Direction, True)
833
834 def set_tf(self):
835 "Sets the Trap flag."
836 self.set_flag_value(self.Flags.Trap, True)
837
838 # ------------------------------------------------------------------------------
839

Callers 6

do_traceMethod · 0.80
runningMethod · 0.80
runningMethod · 0.80
runningMethod · 0.80
_notify_single_stepMethod · 0.80
__start_tracingMethod · 0.80

Calls 1

set_flag_valueMethod · 0.95

Tested by

no test coverage detected