Dictionary
Thesaurus
Encyclopedia
Translator
Web

debugging

 - 3 dictionary results

de⋅bug

[dee-buhg]
–verb (used with object), -bugged, -bug⋅ging. Informal.
1. to detect and remove defects or errors from.
2. to remove electronic bugs from (a room or building).
3. Computers. to detect and remove errors from (a computer program).
4. to rid (a garden, plant, etc.) of insect pests, as by the application of a pesticide.

Origin:
1940–45; de- + bug 1


de⋅bug⋅ger, noun
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2009.
Cite This Source Link To debugging
de·bug   (dē-bŭg')   
tr.v.   de·bugged, de·bug·ging, de·bugs
  1. To remove a hidden electronic device, such as a microphone, from: debug a conference room.

  2. To make (a hidden microphone, for example) ineffective.

  3. To search for and eliminate malfunctioning elements or errors in: debug a spacecraft before launch; debug a computer program.

  4. To remove insects from, as with a pesticide.

de·bug'ger n.
The American Heritage® Dictionary of the English Language, Fourth Edition
Copyright © 2009 by Houghton Mifflin Company.
Published by Houghton Mifflin Company. All rights reserved.
Cite This Source
Computing Dictionary

debugging programming
The process of attempting to determine the cause of the symptoms of malfunctions in a program or other system. These symptoms may be detected during testing or use by real users.
Symptoms are often caused by factors outside the program, such as misconfiguration of the user's operating system, misunderstanding by the user (see PEBCAK) or failures in other external systems on which the program relies. Some of these are more in the realm of technical support but need to be eliminated. Debugging really starts when it has been established that the program is not behaving according to its specification (which may be formal or informal). It can be done by visual inspection of the source code, debugging by printf or using a debugger. The result may be that the program is actually behaving as specified but that the spec is wrong or the requirements on which it was based were deficient in some way (see BAD).
Once a bug has been identified and a fix applied, the program must be tested to determine whether the bug is really fixed and what effects the changes have had on other aspects of the program's operation (see regression testing).
The term is said to have been coined by Grace Hopper, based on the term "bug".
(2006-11-27)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
Search another word or see debugging on Thesaurus | Reference
FacebookTwitterFollow us: