Back to X64dbg

PLUG_CB_PAUSEDEBUG

docs/developers/plugins/Callbacks/plugcbpausedebug.rst

2026.04.20243 B
Original Source

PLUG_CB_PAUSEDEBUG

Called after the debugger has been locked to pause (in the debug loop), before any other callback that's before pausing the debugger:

::

struct PLUG_CB_PAUSEDEBUG
{
    void* reserved;
};