Concept:Debugging means finding and correcting errors in a program.Explanation:Debugging is the process of identifying, analysing, and fixing bugs or errors in code so that the program runs correctly.Testing the code may help find bugs, but the main purpose of debugging is to remove the errors.Answer:B. fix errors in the code.