SDL2 API: 01.Basics - 05 - Assertions Flashcards

1
Q

SDL_GetAssertionHandler

A

Get the current assertion handler.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SDL_GetAssertionReport

A

Get a list of all assertion failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SDL_GetDefaultAssertionHandler

A

Get the default assertion handler.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SDL_ResetAssertionReport

A

Clear the list of all assertion failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SDL_SetAssertionHandler

A

Set an application-defined assertion handler.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SDL_TriggerBreakpoint

A

Trigger a breakpoint during debugging.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SDL_assert

A

Create an assertion for detailed checking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SDL_assert_release

A

Create an assertion for release builds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly