I am using Visual Studio 2010, and I know this feature is available in C++.
I need to debug some code, that changes a variable to several values. I want to debug the
It depends on the scope of your breakpoint. If the variable is not local or not static you won't be able to.
To set the condition of a breakpoint, right click it and you should get this screen:
Pick Condition...