c++ - Setting memory breakpoint in Visual Studio 2012 -
i need set breakpoint watches specific address in memory (e.g. 0x0483d7cc) hit when content changes. using visual studio 2012 , c++. how can that?
just use menu item: debug | new breakpoint | new data breakpoint...
Comments
Post a Comment