Answer & Solution
Answer: Option A
Solution:
Breakpoints in a debugger are used to pause script execution at specific points, allowing developers to analyze the program state, inspect variable values, and understand the flow of execution. This facilitates efficient debugging by enabling developers to pinpoint the cause of issues.