Tuesday, 10 September 2013

Visual studio 2010: Break when memory address has changed

Visual studio 2010: Break when memory address has changed

I'm debugging using visual studio 2010. I want to break when a memory
address has changed. It means, I have a memory address, which can be
changed in hundreds of places in the code. I want to find the place in the
code when it is actually changed. How can I do it?
Thanks

No comments:

Post a Comment