| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > set breakpoint | |||
This command controls the automatic behavior of breakpoints and watchpoints.
set breakpoint [option]
Where:
optionSpecifies additional options:
auto-hwControls the automatic breakpoint selection when
using the break command:
offDisables automatic breakpoint selection.
onUses the memory map attributes to decide if hardware or software breakpoints must be used. This is the default.
auto-removeControls the automatic removal of breakpoints and watchpoints when disconnecting from the target:
offDisables automatic removal.
onEnables automatic removal. This is the default.
If the target is running, the debugger temporarily stops the target before removing breakpoints and watchpoints.
skipmodeControls whether to skip all breakpoints and watchpoints:
offDisables skip mode. This is the default.
onEnables skip mode.
ARM® DS-5™ Using the Debugger: