Previous Visual Studio versions allowed breaking on a memory address from one debugging session to the next.
The new security practices which randomize the program start address, randomize the base heap address, and
randomize dll placement are excellent for protecting an application from attack. However these practices
now prevent the use of VisualStudio as a tool to quickly answering the question "What code changed this memory location"?
To answer the question quickly, the debugging session must be rerun.
Please implement in VisualStudio an option to turn off all randomization's so that breaking on a memory address from one debugging session to the next works.