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

Function _init_plugin_breaks

pydevd_plugins/django_debug.py:137–141  ·  view source on GitHub ↗
(pydb)

Source from the content-addressed store, hash-verified

135
136
137def _init_plugin_breaks(pydb):
138 pydb.django_exception_break = {}
139 pydb.django_breakpoints = {}
140
141 pydb.django_validation_info = _DjangoValidationInfo()
142
143
144def remove_exception_breakpoint(pydb, exception_type, exception):

Callers 3

add_line_breakpointFunction · 0.70
add_exception_breakpointFunction · 0.70

Calls 1

Tested by

no test coverage detected