Question: What can you not do in the Expressions view?

  1. track the value of a variable throughout the lifetime of the app.
  2. change the name of a variable while debugging.
  3. change the value of a final variable while debugging.
  4. track values of variables when they are out of scope.

Answer: The correct answer of the above question is Option A:track the value of a variable throughout the lifetime of the app.