You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Mathew
Posted - Jun 11 2018 : 12:09:55 PM When using VA Memory View to debug a program, I found RSP(or ESP) will automatically be displayed in the middle of this window after executing a statement by default.
However, sometimes I wish this window can be "locked" ,so it can keep displaying an offset address(e.g., RSP+0x680) while executing some statements, in order to avoid scrolling up and down again and again to check the offset address.
So could VA Memory View be "Locked"?
2 L A T E S T R E P L I E S (Newest First)
sean
Posted - Jun 11 2018 : 1:26:59 PM To actually answer your question, no the view can't be locked. But you can put an actual address in there rather than rely on an RSP offset that changes depending on the value of RSP.
sean
Posted - Jun 11 2018 : 12:44:44 PM You can type in the Address edit control where RSP/ESP appear by default. The text you type there is supposed to stay there. I often leave it as ESP-4. You can also put an explicit address in there so that as you change threads the memory view doesn't change to reflect ESP/RSP of the current thread.