5.17 Control Program Execution with Breakpoints
When debugging code, it can be useful to suspend execution at a specific location in code so that variable values can be examined. To do this, use breakpoints.
For more on breakpoints, see the NetBeans Help topic:
netbeans.org/kb/docs/cnd/debugging.html#breakpoints
