Use the Memory pane to examine contents of variables and registers, and to change the memory contents.
You can use the lists in the Memory pane to select an address for which you want to see the memory contents or to specify the display format, byte size, and number of bytes displayed per line.
Use any of the following methods to display the memory for an address or variable:
To display the assembly code instructions associated with a specified address, right-click the address and select Go To Disassembly. PASE Debugger displays the memory contents associated with that address in the assembly code area of the Source window.
To copy all the data from the pane to the clipboard, right-click in the pane and select Copy Panel.
When you are debugging a program written in C or C++, you can change the memory contents. To change the memory contents, complete the following steps:
Use the + and - buttons to move forward and backward through the memory contents.