10

I need to set breakpoint that watches a specific address in memory (e.g. 0x0483d7cc) that is hit when the content changes. I am using Visual Studio 2012 and C++. How can I do that?

4

1 回答 1

14

只需使用菜单项:Debug | New Breakpoint | New Data Breakpoint...

于 2013-04-18T08:33:22.533 回答