Computer Science, asked by sharmagourav5461, 11 months ago

Can I have a basic description of what debugging is and how it can be done easier?

Answers

Answered by prakashk3496
0

Debugging, in computer programming and engineering, is a multistep process that involves identifying a problem, isolating the source of the problem, and then either correcting the problem or determining a way to work around it. The final step of debugging is to test the correction or workaround and make sure it works.


Similar questions