Memory view

The Memory view allows you to monitor and modify your process memory. The process memory is presented as a list of memory monitors. Each monitor represents a section of memory specified by its location called base address. Each memory monitor can be displayed in one of the predefined data formats.

To open the Memory view, click Window > Show View > Other... > Debug > Memory on the menu:

Memory view

By default, the Memory view displays the layout and formats that were set in the previous debug session.

Warning: Expressions with the unary increment, decrement and assignment operators used in the Memory and Expressions views modify memory and may cause side effects.