Multiple choice technology programming languages

Which window is used to show the values of variables that are in your code?

  1. Breakpoints

  2. Immediate window

  3. Properties window

  4. Watches window

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Watches window is specifically designed for monitoring variable values during debugging execution. Breakpoints pause code, the Immediate window executes expressions or prints values, and the Properties window shows object attributes; none actively display variable values like the Watches window does.