1. Correction of errors
  2. Placing script execution under control
  3. Correction of errors & Placing script execution under control
  4. None of the mentioned
4 views

1 Answers

Answer: Option 2

A debugger is an application that places all aspects of script execution under the control of the programmer. Debuggers provide fine-grained control over the state of the script through an interface that allows you to examine and set values as well as control the flow of execution.

4 views