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

When debugging source files in Eclipse, developers can inspect code, watch variables and expressions in real-time, and step through execution line-by-line. Therefore, all of the utilities are available.