Registers view

The Registers view lists information about the registers in a selected stack frame. Values that have changed are highlighted in the Registers view when your program stops. You can use the Registers view to look into register details and change register values.

To display the Registers view, switch to the Debug perspective and click Window > Show View > Other... > Debug > Registers on the menu.


Registers view

You can change the positional numeral system in which the debugger displays register values. The following numeral systems are supported:

Note: Casting a register to a type requires the size of the register to match the size of the type, otherwise the cast will fail. Therefore, if the type is a complex one (for example, structure, union), it should be declared first to avoid padding done by compilers.