Open In App

UGC-NET | UGC NET CS 2014 Dec – II | Question 34

Like Article
Like
Save
Share
Report

Debugger is a program that
(A) allows to examine and modify the contents of registers
(B) does not allow execution of a segment of program
(C) allows to set breakpoints, execute a segment of program and display contents of register
(D) All of the above


Answer: (C)

Explanation: A debugger is a computer program used by programmers to test and debug a target program. Debuggers may use instruction-set simulators, rather than running a program directly on the processor to achieve a higher level of control over its execution. It also allows to set breakpoints, execute a segment of program and display contents of register.
So, option (C) is correct.

Quiz of this Question


Last Updated : 27 Jun, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads