Among the following, which is not a type of debugging?
-
Inspection of code
-
Random checking
-
Debugging, using logging
-
Debugging, using IDE
B
Correct answer
Explanation
Systematic debugging approaches include code inspection/reading, using logging to trace execution, and using IDE debugging tools with breakpoints and watches. 'Random checking' is not a structured debugging methodology - it lacks systematic approach and is unlikely to efficiently locate or resolve bugs.