Breakpoints will cause a running program to stop when the execution reaches the line where the breakpoint was set. At that moment, control is returned to the IDE, and it is possible to continue execution.
To set a breakpoint on the current source line, use the "Debug|Breakpoint" menu entry, or press Ctrl-F8.
A list of current breakpoints can be obtained through the "Debug|Breakpoint list" menu. The breakpoint list window is shown in gure (6.11).
In the breakpoint list window, the following things can be done:
The dialog can be closed with the 'Close' button. The breakpoint properties dialog is shown in gure (6.12)
The following properties can be set: