Viewing variables in memory

To view a variable in memory:
  1. Open the Variables view.
  2. Right-click a variable and select View Memory. The variables and their corresponding values are displayed in the Memory view.
Related concepts
Using breakpoints and watchpoints
Inspecting your registers
Inspecting a process's memory
Inspecting shared-library usage
Monitoring signal handling
Viewing your output
Interacting with GDB
Inspecting a process's memory
Related tasks
Inspecting variables
Changing variable values
Controlling the display of variables
Changing variable to a different type
Evaluating your expressions