What is debugging?(Simplest explanation)

Priyanshu Tyagi - Jun 20 - - Dev Community

Basically detection of error in programme(or code) and fixing them is called debugging (errors like logical error , semicolon,or some small errors which crashes the programme)

.