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

Method get_breakpoint

_pydevd_bundle/pydevd_plugin_utils.py:173–178  ·  view source on GitHub ↗
(self, py_db, frame, event, info)

Source from the content-addressed store, hash-verified

171 return False
172
173 def get_breakpoint(self, py_db, frame, event, info):
174 for plugin in self.active_plugins:
175 ret = plugin.get_breakpoint(py_db, frame, event, info)
176 if ret:
177 return ret
178 return None
179
180 def suspend(self, py_db, thread, frame, bp_type):
181 """

Callers 3

_internal_line_eventFunction · 0.80
_start_method_eventFunction · 0.80
trace_dispatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected