How do I place a breakpoint on a given physical address?

To add a breakpoint on a given physical address, follow steps below.

  1. In the CodeWarrior projects window, right-click on project name.

    A context menu appears.

  2. From context menu, select Debug As > Debug Configurations .

    The Debug window appears.

  3. Underneath CodeWarrior Download , select project name.
  4. Select Debug .

    The Debug perspective appears.

  5. In Debug perspective, select Window > Show View > Debugger Shell .

    The Debugger Shell window appears.

  6. In Debugger Shell , type bp <address>.

This will set breakpoint at the <address> memory location.