Displaying and modifying memory through the Memory window
z/OS® Debugger can display sections of memory through the Memory window. You can open the Memory window and have it display a specific section of memory by doing one of the following options:
- Entering the
MEMORYcommand and specifying a base address. If the Memory window is already displayed through a physical window, the memory dump area displays memory starting at the base address.If the Memory window is not displayed through a physical window, the base address is saved for usage later when the Memory window is displayed through a physical window.
To display the Memory window through a physical window, use the
WINDOW SWAP MEMORY LOGcommand orPANEL LAYOUTcommand. - Assigning the
MEMORYcommand to a PF key. After you assign theMEMORYcommand to a PF key, you can move the cursor to a variable, then press the PF key. If the Memory window is already displayed through a physical window, the memory dump area displays memory starting at the base address. If the Memory window is not displayed through a physical window, the base address is saved for usage later when the Memory window is displayed through a physical window.To display the Memory window through a physical window, use the
WINDOW SWAP MEMORY LOGcommand orPANEL LAYOUTcommand.
Refer to the following topics for more information related to the material discussed in this topic.
- Related tasks
- Scrolling through the physical windows
- Switching between the Memory window and Log window
- Displaying memory through the Memory window
- Customizing the layout of physical windows on the session panel
- Related references
- Memory window
- Order in which z/OS Debugger accepts commands from the session panel
- MEMORY command in IBM® z/OS Debugger Reference and Messages