Description:
Debugging is simply identifying and resolving bugs in a computer program.
Steps in Debugging:
- Identifying errors
- Finding the error location
- Analyzing the error by trying to understand what the error really is.
- Proving the analysis by writing automated tests with some test frameworks.
- Run unit tests for the code.
Contributor: Domeh John Kelvin Twitter: @_jhohannes Github: @jhohannesK