|
Size: 554
Comment: update content - w/ Sam; remove draft
|
Size: 558
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 20: | Line 20: |
| If the program is running under a debugger this function will trigger a breakpoint. It is typically used with other conditions or temporarily during debugging. | 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. |
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.
