-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Filename: Debugging.md.
WORD: Debugging
Meaning
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
Metadata
Metadata
Assignees
Labels
No labels