Wiki Page Content

Revision 2 as of 2011-04-19 17:17:23

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 with other conditions or temporarily during debugging.


CategoryAPI, CategoryAssertions

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