To change the program-counter value, perform these steps.
- Start a debugging session.
- In the
Editor
view, place the cursor on the line that you want the debugger to execute next.
- Right-click in the
Editor
view.
A context menu appears.
- From the context menu, select
Move To Line
.
CodeWarrior IDE modifies the program counter to the specified location. The
Editor
view shows the new location.