Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-04-13 19:00:50
Size: 523
Editor: SheenaSmith
Comment: create page - 4/8 05af1b9ff46d
Revision 2 as of 2011-04-19 17:17:23
Size: 554
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 6: Line 5:
Use this function to ^trigger a manual breakpoint during debugging^. Use this function to trigger a breakpoint during debugging.
Line 21: Line 20:
''You can add useful comments here''

== Related Functions ==
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.

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

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