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

  • How to create a computer program.