Wiki Page Content

Revision 3 as of 2011-04-19 17:18:42

Clear message

SDL_TriggerBreakpoint

Use this function to trigger a breakpoint during debugging.

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.


CategoryAPI, CategoryAssertions

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit