SDL_GetAssertionHandler
Get the current assertion handler.
SDL_GetAssertionReport
Get a list of all assertion failures.
SDL_GetDefaultAssertionHandler
Get the default assertion handler.
SDL_ResetAssertionReport
Clear the list of all assertion failures.
SDL_SetAssertionHandler
Set an application-defined assertion handler.
SDL_TriggerBreakpoint
Trigger a breakpoint during debugging.
SDL_assert
Create an assertion for detailed checking.
SDL_assert_paranoid
Create an assertion for detailed checking. This function is disabled by default. It is available for use only when the SDL_ASSERT_LEVEL is set to 3.
SDL_assert_release
Create an assertion for release builds.