Define Watch Window- Watch window is used to watch the values of application variables in Break mode. - It enables us to monitor the value for a certain state. - We may want the program execution to pause on an instruction that sets a certain date. - You might want to set watch expression that cause VB to break when a variable changes its value or when an expression's value us True.
|