Glossary Entry: Debugging
Definition
Debugging refers to the sometimes tedious task of attempting to track down the cause of bugs in a program and remove them.
Programmers spend a lot of their time doing this, as software is generally expected to misbehave more often than not.
Programmers spend a lot of their time doing this, as software is generally expected to misbehave more often than not.
Back to the list of technical terms
Back to the Glossary's Table of Contents