I'm trying to use IDA's debugger to watch what I think is an object get populated. It's a pretty complex structure and there are very few direct references to the stack location.
So what I want to do is keep an eye on the memory location in a hex view window while I step through the code.
The problem is that it appears I can only sync the hex window with the system registers which doesn't help me track something like this over a long period of time.
Is there a way I can just specify a memory address for the window to start at?






