Question: What can you not do in the Expressions view?
- track the value of a variable throughout the lifetime of the app.
- change the name of a variable while debugging.
- change the value of a final variable while debugging.
- 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.