Regular breakpoints

Regular breakpoints suspend the execution of a thread before a line of code or method is executed. Regular breakpoints include:

The following figure shows an editor window and the marker bar to the left of the source code. Breakpoint icons appear in this marker bar.

Figure 1. Setting regular breakpoints

Setting regular breakpoints

Note: You can add a breakpoint while debugging your project. Double-click the marker bar to the left of a source code line to set a breakpoint at that line.