Multiple choice technology platforms and products

What are all the utilities available to the user while debugging a source file in Eclipse?

  1. Only inspecting the code.

  2. Watching the values of variables and expressions.

  3. Step by step debugging.

  4. All of the above

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

Eclipse provides comprehensive debugging utilities including inspecting code, watching variable values and expressions, and step-by-step execution. These features work together to give developers complete visibility into program execution. Options A, B, and C each describe individual debugging features, but D correctly identifies that all are available simultaneously during debugging.