Changing Register's Bit Value

To change a bit value in a register, first switch the IDE to the Debug perspective, start a debugging session and perform these steps.

  1. Open the Registers view by selecting Window > Show View > Registers.
  2. Expand the register group that contains the register with the bit value that you want to change.
  3. Click on the register's current bit value in the view's Value column.

    The value appears editable.

  4. Type in the new value.
  5. 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.