When debugging my C#, I often want to know when a variable\'s value changes and then investigate the state of the program.
Currently, I do
Use Debugger.Break based on some runtime condition, or go rightclick on some breakpoint, and choose conditional break -> has changed
Edit: dunno about this in Express