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

Function stop

pydevd_plugins/jinja2_debug.py:454–460  ·  view source on GitHub ↗
(pydb, frame, event, thread, stop_info, arg, step_cmd)

Source from the content-addressed store, hash-verified

452
453
454def stop(pydb, frame, event, thread, stop_info, arg, step_cmd):
455 if "jinja2_stop" in stop_info and stop_info["jinja2_stop"]:
456 frame = _suspend_jinja2(pydb, thread, frame, step_cmd)
457 if frame:
458 pydb.do_wait_suspend(thread, frame, event, arg)
459 return True
460 return False
461
462
463def get_breakpoint(py_db, frame, event, info):

Callers

nothing calls this directly

Calls 2

_suspend_jinja2Function · 0.85
do_wait_suspendMethod · 0.45

Tested by

no test coverage detected