| |||
| Home > Project Properties Reference > SETTINGS group > Auto_Set_Breaks group | |||
The Auto_Set_Breaks group contains third-level
groups giving details of the breakpoints that are set automatically
for the project. These breakpoints are set as soon as a symbol is
matched, or on any load if there is no specified symbol. You can
set these breakpoints at exit points or on special error handlers.
A Default breakpoint is provided for you
to use. However, you can create new breakpoints with more meaningful
names.
Use a third-level group for each breakpoint. You can create
a new group, for example MY_BREAK_1, to store
details of a personalized breakpoint. To do this, right-click on
the Default group and select Make
New... from the menu. You can then specify a name for the
new group.
Where you want to modify an existing breakpoint, select Make Copy... from the menu. This provides starting values that can then be customized as required.
You can prompt to set selected breakpoints from the list when the project image is loaded.
Table B.6 describes
the settings available in the Auto_Set_Breaks group.
Table B.6. Auto_Set_Breaks group
| Name | Description |
|---|---|
Symbol | Specifies the symbol name to be matched. The symbol is looked up after each load and, if matched, the breakpoint is set. This setting is optional. If no symbol is specified, the breakpoint is set when the connection is established. Setting
the breakpoint can be optionally prompted using the |
Cmd | Defines the breakpoint command to be
submitted to RealView Debugger, for example Setting the breakpoint can be optionally prompted. |
Description | This setting is optional. |
Prompt | Indicates that RealView Debugger is to prompt for confirmation before setting the breakpoint. |