The following is an approach to debugging:
A) backtracking
B) brute force
C) cause elimination
There are different approaches to debugging a Software Applications, these are:
- Brute Force Method: This method commonly used but it has the least efficiency for isolating the cause of a software error.
- Back Tracking Method: This method is commonly used for small applications.
- Cause Elimination: The approach involves induction or deduction.
Find out more at: https://brainly.com/question/23959780