0% found this document useful (0 votes)
40 views

Debugging

Programming is more difficult than initially expected as debugging must be discovered to find and remove errors that are easy to introduce but take concentration to locate. Programmers intentionally or unintentionally insert software bugs, so debugging is the process of identifying and removing them from code. This document encourages finding all bugs in one's programs.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Debugging

Programming is more difficult than initially expected as debugging must be discovered to find and remove errors that are easy to introduce but take concentration to locate. Programmers intentionally or unintentionally insert software bugs, so debugging is the process of identifying and removing them from code. This document encourages finding all bugs in one's programs.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

As soon as we started programming, we found out to our surprise that it wasn't

as easy to get programs right as we had thought. Debugging had to be


discovered. Committing errors is easy. But finding them takes a bit of
concentration “If debugging is the process of removing software bugs, then
programming must be the process of putting them in.” Today, we have put a lot
of bugs and my dear friends! Find all those smart bugs.

You might also like