SDL2 API: 01.Basics - 05 - Assertions Flashcards
1
Q
SDL_GetAssertionHandler
A
Get the current assertion handler.
2
Q
SDL_GetAssertionReport
A
Get a list of all assertion failures.
3
Q
SDL_GetDefaultAssertionHandler
A
Get the default assertion handler.
4
Q
SDL_ResetAssertionReport
A
Clear the list of all assertion failures.
5
Q
SDL_SetAssertionHandler
A
Set an application-defined assertion handler.
6
Q
SDL_TriggerBreakpoint
A
Trigger a breakpoint during debugging.
7
Q
SDL_assert
A
Create an assertion for detailed checking.
8
Q
SDL_assert_paranoid
A
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.
9
Q
SDL_assert_release
A
Create an assertion for release builds.