Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-04-19 17:17:23
Size: 554
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 3 as of 2011-04-19 17:18:42
Size: 558
Editor: SheenaSmith
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.

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

None: SDL_TriggerBreakpoint (last edited 2013-08-08 16:59:40 by RyanGordon)

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