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

Function suspend

pydevd_plugins/jinja2_debug.py:491–494  ·  view source on GitHub ↗
(pydb, thread, frame, bp_type)

Source from the content-addressed store, hash-verified

489
490
491def suspend(pydb, thread, frame, bp_type):
492 if bp_type == "jinja2":
493 return _suspend_jinja2(pydb, thread, frame)
494 return None
495
496
497def exception_break(pydb, frame, thread, arg, is_unwind):

Callers

nothing calls this directly

Calls 1

_suspend_jinja2Function · 0.85

Tested by

no test coverage detected