Back to X64dbg

PLUG_CB_DEBUGEVENT

docs/developers/plugins/Callbacks/plugcbdebugevent.rst

2026.04.20271 B
Original Source

PLUG_CB_DEBUGEVENT

Called on any debug event, even the ones that are handled internally.

Avoid doing stuff that takes time here, this will slow the debugger down a lot!:

::

struct PLUG_CB_DEBUGEVENT
{
    DEBUG_EVENT* DebugEvent;
};