Debugging - how to track a button visibility change and stop program execution



I put the the button property in the watch window but it doesn't stop
when the property changes value. For example I put
this.myButton.Visible in the watch window with an initial value of
false and I want program execution to stop when the Visible property
changes to true. how to accomplish this?

TIA
G
.