Watches Break When Value Changes When debugging VBA, you can watch an expression and halt code execution whenever its value changes. Let's explore exactly how that works.
Watches Break When Value Is True When debugging VBA, you can watch an expression and halt code execution as soon as it evaluates to True. Let's explore exactly how that works.
Watches Watch Expression A deeper than necessary dive into the exact expression evaluation behavior of the basic "Watch Expression" in VBA.
Basic Watching and Waiting Careful what you watch for! Monitoring changes to a slow expression can grind your debug session to a halt.