Breakpoints
Use “Debug > Breakpoints” to open breakpoints window
- May get message about “Debugee must be stopped..”, just hit ok and continue
- In ‘Location’ field of Breakpoints window, type in name of function you want to stop at, then click ok
- eg. simple_textured_triangle
To run program, use “Run > Go” or F5
- When program hits breakpoint, a popup box will ask you to browse to location of ‘triangles.c’. Do so, and the code for triangle.c will be displayed.