To change a bit value in a register, first switch the IDE to the Debug perspective, start a debugging session and perform these steps.
- Open the Registers view by selecting
Window > Show View > Registers.
- Expand the register group that contains the register with the bit value that you want to change.
- Click on the register's current bit value in the view's
Value
column.
The value appears editable.
- Type in the new value.
- Press the
Enter
key.
The debugger updates the bit value. The bit value in the
Value
column changes to
reflect your modification.
Note:
Modified values are highlighted in yellow.