This Breakpoints view displays information on all breakpoints that have been
set.
Figure 1. Breakpoints view
- Id
- Displays the number assigned to the breakpoint by the Debugger.
- File, Line, Function
- Identify the breakpoint's location in the source file.
- Enable
- Check to enable to breakpoint, uncheck to disable the breakpoint.
- Condition
- Specify conditions for the breakpoint. If a condition is defined, it will be checked each time the
line is to be executed. Execution will stop at this breakpoint only if the condition is true. may be
specified in the Condition column.
- Hit Count
- Total number of times a breakpoint has been hit
- Skip Hits
- Specifies the number of times the breakpoint should be ignored
Double-click a line in this window to scroll the source file and display the corresponding
function.
Right-click a line for options to delete the breakpoint, and to edit or remove a condition. You
can also delete or disable all breakpoints.