Question:

Debugger is a program that

Show Hint

A debugger helps in controlling the execution of a program and inspecting the state of registers and memory.
Updated On: Oct 7, 2025
  • does not allow step by step execution of a segment of program
  • compiles source code to object code
  • links object code to produce an executable
  • allows to set breakpoints, execute a segment of program and display contents of Register
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

A debugger is a program used to test and debug other programs. It allows the programmer to set breakpoints, execute a segment of the program, and display the contents of registers. This helps in identifying and fixing errors in the code. Thus, the correct option is (d).
Was this answer helpful?
0
0