Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting memory breakpoint in Visual Studio 2012

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?

like image 650
Ekalic Avatar asked Apr 18 '13 08:04

Ekalic


1 Answers

Just use the menu item: Debug | New Breakpoint | New Data Breakpoint...

like image 179
Michael Burr Avatar answered Oct 07 '22 22:10

Michael Burr