Debugging

имя существительное 1) удаление или отключение подслушивающей аппаратуры 2) [технический термин] устранение дефектов (в оборудовании), исправление ошибок 3) [информатика и компьютерные технологии] отладка (программы)

Большой англо-русский словарь

Debugging

1) отладка поиск и исправление ошибок в разрабатываемой программе. Когда в начале 1945 г. ЭВМ Mark I был остановлен для ремонта, Грейс Хопер (Grace Hopper) заметила в одном из реле мотылька, попадание которого, возможно и вызвало сбой. После этого операция восстановления работоспособности стала именоваться ею debugging. Это вполне вероятно, так как выделяемое компьютером тепло привлекает насекомых Смотри также: checkout, debug, debug tool, debugger, testing plan, tracing 2) наладка (оборудования), устранение неисправностей

Англо-русский словарь компьютерных терминов

Debugging

1) наладка (аппаратуры); отладка (программы) 2) устранение неполадок или неисправностей

Англо-русский политехнический словарь

Debugging

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".

Free Online Dictionary of Computing