Procedure: To Set Break Points in Code
Break points define points in code at which processing stops.
- Double-click or press F9 when the cursor is on the line where you want to add a break point.
Both of the above actions (double-clicking and pressing F9) are toggles. Performing the action once adds a break point; performing the action again in the same location removes the break point. The line at which the break will occur is displayed with a different color. Break points are erased when you recompile the program.