Is there an easy way to set conditional breakpoints in Visual Studio?
If I want to hit a breakpoint only when the value of a variable becomes something, how can I do
Visual Studio provides lots of options for conditional breakpoints:
To set any of these you
These options are as follows:
foo == 8 or some other expression.