Thursday, May 15, 2008

What is a watch expression and when do you use it?

A watch expression is an expression whose value you want to "watch" or
monitor as the code runs. You define them and Visual Basic automatically
monitors them. You use a watch expression when you can't trace a problem to
a specific statement.

Your Title