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
Create a breakpoint as you normally would, right click the red dot and select "condition".