• Slide 1

    Come Dive into Debugging!

    DeBug'd | Debugging Made Fun

    Made by Girls Who Code Students: Belviane, Claire, Julianne, and Samantha

    What is debugging?

What is debugging?


An Important Component of Programming

In computers, debugging is the process of locating and fixing or bypassing bugs (errors) in computer program code or the engineering of a hardware device. To debug a program or hardware device is to start with a problem, isolate the source of the problem, and then fix it. A user of a program that does not know how to fix the problem may learn enough about the problem to be able to avoid it until it is permanently fixed. When someone says they've debugged a program or "worked the bugs out" of a program, they imply that they fixed it so that the bugs no longer exist.

Definition from Tech Target