Computer Science Fundamentals Software Engineering Subjective
Feb 28, 2013

What are the common approaches in debugging?

Detailed Explanation

Brute force method:

  • The memory dumps and run-time tracks are examined and program with write statements is loaded to obtain clues to error causes.

Back tracking method:

  • The source code is examined by looking backwards from symptom to potential causes of errors.

Cause elimination method:

  • This method uses binary partitioning to reduce the number of locations where errors can exists
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback