Multiple choice

Which of the following is/are inserted in a program so that debugger can debug the program till that point and can display the output?

  1. Interpreter

  2. Breakpoints

  3. Compiler

  4. Assembler

  5. Dump

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

These are inserted in the program so that debugger can debug the program till that point and can display the output.