x64dbg/docs/developers/plugins/Callbacks/plugcbbreakpoint.rst
2025-07-04 01:32:42 +02:00

10 lines
220 B
ReStructuredText

PLUG_CB_BREAKPOINT
==================
Called on a normal/memory/hardware breakpoint (in the debug loop), after locking the debugger to pause:
::
struct PLUG_CB_BREAKPOINT
{
BRIDGEBP* breakpoint;
};