Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 451 Bytes

File metadata and controls

12 lines (10 loc) · 451 Bytes

Description:
Debugging is simply identifying and resolving bugs in a computer program.
Steps in Debugging:

  1. Identifying errors
  2. Finding the error location
  3. Analyzing the error by trying to understand what the error really is.
  4. Proving the analysis by writing automated tests with some test frameworks.
  5. Run unit tests for the code.

Contributor: Domeh John Kelvin Twitter: @_jhohannes Github: @jhohannesK