| |||
| Home > Working with Browsers > Using the Data Navigator pane > Setting a default breakpoint on a function | |||
In the Data Navigator pane, you can set a default breakpoint on a chosen function. To do this:
Locate the function in the Functions tab.
Right-click on the function entry.
Select Break to set a breakpoint.
This sets a default breakpoint on the function. RealView Debugger uses the BREAKINSTRUCTION command to set the breakpoint:
If the function is in RAM, a software breakpoint is set.
If the function is in Flash or ROM, a hardware breakpoint is set. A warning message might also be issued, depending on your debug target.
For more details on default breakpoints, see Setting default breakpoints.