How do I open up multiple memory locations in the memory view?

To open multiple memory locations 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.

  5. Click sign icon.
  6. The Monitor Memory window appears.
  7. Type another memory address in the Enter address or expression to monitor textbox.
  8. Click OK .

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

Figure 2. Memory View with Multiple Addresses

Memory View with Multiple Addresses