Debugging

Updated: 12/31/2022 by Computer Hope
Bug on a tablet under a magnifying glass.

Debugging is a process of analyzing a computer program and removing or correcting its logical or syntactical errors. Software which assists in this process is known as a debugger. Using a debugger, a software developer can step through a program's code and analyze its variable values, searching for errors.

Debug, Programming terms, Single step