Is there a simple way to define a breakpoint, in Visual C++ 2005, that will pause the program whenever a certain value changes? I found Data Breakpoints, but those require a memory address, and provide no simple way to tie that to a variable.
Asked
Active
Viewed 664 times
1 Answers
2
"In the Address box, type a memory address or expression that evaluates to a memory address. For example, &avar to break when the contents of variable avar change."

Ed Guiness
- 34,602
- 16
- 110
- 145
-
I just wish the same thing was available for C# debugging. – Ed Guiness Jan 15 '09 at 10:50