SDL_TriggerBreakpoint
Use this function to trigger a breakpoint during debugging.
Contents
Syntax
void SDL_TriggerBreakpoint(void)
Code Examples
You can add your code example here
Remarks
If the program is running under a debugger this function will trigger a breakpoint. It is typically used temporarily during debugging or with other error handling.
