MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / _dispatch_breakpoint

Method _dispatch_breakpoint

windows/debug/debugger.py:230–234  ·  view source on GitHub ↗
(self, exception, addr)

Source from the content-addressed store, hash-verified

228 return handler(debug_event)
229
230 def _dispatch_breakpoint(self, exception, addr):
231 bp = self.breakpoints[self.current_process.pid][addr]
232 with self.DisabledMemoryBreakpoint():
233 x = bp.trigger(self, exception)
234 return x
235
236 def _resolve(self, addr, target):
237 dbgprint("Resolving <{0}> in <{1}>".format(addr, target), "DBG")

Callers 1

Calls 2

triggerMethod · 0.45

Tested by

no test coverage detected