Can I change the endianness that is displayed in the Memory view?

Yes. To change the endianness that is displayed in the memory view, follow these steps:

  1. Select Window > Show View > Memory in the debug perspective.

    The Memory window appears docked to the lower part of debugger perspective.

  2. Click sign icon.

    The Monitor Memory window appears.

    Figure 1. Monitor Memory Window

    Monitor Memory Window

  3. Type memory address in the Enter address or expression to monitor textbox.
  4. Click OK.

    The new address appears in the memory window. The contents can be viewed by selecting memory on the left hand side, as the following figure shows.

    Figure 2. Memory View with Multiple Addresses

    Memory View with Multiple Addresses

  5. From the Memory Toolbar, select .

    The New Renderings window appears.

  6. Select Traditional.
    Figure 3. Memory View-New Renderings

    Memory View-New Renderings

  7. Click Add Renderings.
  8. Click OK.

    The Traditional view appears in Memory view.

    Figure 4. Memory View-Traditional Tab

    Memory View-Traditional Tab

  9. Right-click anywhere in the Traditional tab.

    A context menu appears.

  10. From the context menu, select Endian > Little. By default it is Big.

The memory view displays little endianness.

Figure 5. Memory View-Little Endian Addresses

Memory View-Little Endian Addresses

Note: To change the endianness back to Big , right-click anywhere in the Traditional tab, and select Endian > Big from the context menu.