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

Function _init_plugin_breaks

pydevd_plugins/jinja2_debug.py:94–98  ·  view source on GitHub ↗
(pydb)

Source from the content-addressed store, hash-verified

92
93
94def _init_plugin_breaks(pydb):
95 pydb.jinja2_exception_break = {}
96 pydb.jinja2_breakpoints = {}
97
98 pydb.jinja2_validation_info = _Jinja2ValidationInfo()
99
100
101def remove_all_exception_breakpoints(pydb):

Callers 3

add_line_breakpointFunction · 0.70
add_exception_breakpointFunction · 0.70

Calls 1

Tested by

no test coverage detected