Debugger is a :
Software.
Hardware.
Combination of software and hardware.
None of the above
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CISF-AC-EXE – 2022
A debugger is a software tool used by programmers to test and find errors (bugs) in other software programs. It allows developers to step through code execution, inspect variables, and analyze program behaviour to identify the root cause of issues.
Debuggers are software applications used to aid in the process of software development by helping to locate and fix errors in code.