SDL_AssertBreakpoint - Man Page
The macro used when an assertion triggers a breakpoint.
Synopsis
#include <SDL3/SDL_assert.h> #define SDL_AssertBreakpoint() SDL_TriggerBreakpoint()
Description
This isn't for direct use by apps; use SDL_assert or SDL_TriggerBreakpoint instead.
Availability
This macro is available since SDL 3.2.0.
Info
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS