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

Method _dispatch_debug_event

windows/debug/debugger.py:226–228  ·  view source on GitHub ↗
(self, debug_event)

Source from the content-addressed store, hash-verified

224 self.current_thread = self.threads[debug_event.dwThreadId]
225
226 def _dispatch_debug_event(self, debug_event):
227 handler = self._DebugEventCode_dispatch.get(debug_event.dwDebugEventCode, self._handle_unknown_debug_event)
228 return handler(debug_event)
229
230 def _dispatch_breakpoint(self, exception, addr):
231 bp = self.breakpoints[self.current_process.pid][addr]

Callers 1

loopMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected