Memory view
The Memory view of the Debug perspective lets you inspect and change your process memory. The view
consists of four tabs that let you inspect multiple sections of memory. The
options described below are available when you right-click a memory value.
- Auto-Refresh
- Updates the memory address list each time execution stops.
- Refresh
- Updates the memory address list.
- Clear
- Clears the selected memory address.
- Format
- Specifies the number system in which to display memory values (Hexadecimal, Signed Decimal, or Unsigned Decimal).
- Memory Unit Size
- Specifies the memory address size (1 byte, 2 bytes, 4 bytes, 8 bytes).
- Number of Columns
- Specifies the numbers of columns displayed in the Registers view (1 column, 2 columns, 4 columns, 8 columns, 16 columns).
- Show ASCII
- Displays the selected value as ASCII.
- Detail panel
- Displays the raw output from GDB for the selected variable.
Debug information
Working with memory
Views