C and C++ Memory Window

See Also 

The Memory window displays the contents of memory addresses currently used by the process being debugged. You can open the Memory window when your program is stopped at a breakpoint by choosing Window > Debugging > Memory.

To browse a memory address:

To specify the length of the memory browse:

To specify the format for memory information:

Actions

The pop-up menu in the Memory window includes the following items.

Menu Item Description
Follow Selected Pointer Follows the pointer for the selected memory address
Refresh Refreshes the contents of the window based on the value in the Address text field
See Also
C and C++ Debugger Windows

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.