E
Ed
Hi, guys,
In Visual Studio C++ 2008, I can add an item "*(int*)0x00385fa0" in
Watch window to catch the value in that memory address. The value
evaluation is OK.
The question is how can I know when the value in that address was
changed. In the debugging mode, I want the program to be paused autoly
when the value in that address was changed.
In linux gdb, we could use the hardware watch to catch the address,
when give addtional condition to the watch item.
How can I do this in VC studio?
Thanks!
In Visual Studio C++ 2008, I can add an item "*(int*)0x00385fa0" in
Watch window to catch the value in that memory address. The value
evaluation is OK.
The question is how can I know when the value in that address was
changed. In the debugging mode, I want the program to be paused autoly
when the value in that address was changed.
In linux gdb, we could use the hardware watch to catch the address,
when give addtional condition to the watch item.
How can I do this in VC studio?
Thanks!