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

  1. monitor variables that are outside the scope of the current stack frame
  2. set a breakpoint to track a particular instance
  3. inspect the values of an object's fields
  4. edit the value of a variable while the debugger is running your app

Answer: The correct answer of the above question is Option D:edit the value of a variable while the debugger is running your app