To add a breakpoint on a given physical address, follow steps below.
- In the CodeWarrior projects window, right-click on project name.
A context menu appears.
- From context menu, select
Debug As > Debug Configurations
.
The
Debug
window appears.
- Underneath
CodeWarrior Download
, select project name.
- Select
Debug
.
The
Debug
perspective appears.
- In
Debug
perspective, select
Window > Show View > Debugger Shell
.
The
Debugger Shell
window appears.
- In
Debugger Shell
, type
bp <address>.
This will set breakpoint at the
<address> memory location.