Debugging

Debugging just means figuring out what’s wrong with your code or app. In the app context, it usually means running through the steps the user took before the error happened. When it’s something lower level – like some new code you’re writing isn’t working correctly – developers will step through each line of the code, sometimes with the aid of special software in their development environment.

Debugging