I've always wondered if there was a way to place a watch on variable and only have visual studio break when that value changes...it would make it so much easier to find tricky state issues.
Does anyone know if this can be done?
EDIT: Breakpoint conditions still need a breakpoint set, I'd rather set a watch and VS set the breakpoints at state changes.