Procedure: To Set Break Points in Code

Break points define points in code at which processing stops.

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.