|
⇤ ← Revision 1 as of 2011-04-13 19:00:50
Size: 523
Comment: create page - 4/8 05af1b9ff46d
|
Size: 554
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.
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 with other conditions or temporarily during debugging.
