190k views
23 votes
What are the steps to debugging?

1 Answer

10 votes

Answer:

The basic steps in debugging are:

Recognize that a bug exists.

Isolate the source of the bug.

Identify the cause of the bug.

Determine a fix for the bug.

Apply the fix and test it.

User TimTIM Wong
by
3.5k points