单词 | debugging |
释义 | debuggingde·bugD0064500 (dē-bŭg′)debugging(diːˈbʌɡɪŋ)debuggingdebugging(programming)Symptoms are often caused by factors outside the program, suchas misconfiguration of the user's operating system,misunderstanding by the user (see PEBCAK) or failures inother external systems on which the program relies. Some ofthese are more in the realm of technical support but need tobe eliminated. Debugging really starts when it has beenestablished that the program is not behaving according to itsspecification (which may be formal or informal). It can bedone by visual inspection of the source code, debugging by printf or using a debugger. The result may be that theprogram is actually behaving as specified but that the spec iswrong or the requirements on which it was based were deficientin some way (see BAD). Once a bug has been identified and a fix applied, the programmust be tested to determine whether the bug is really fixedand what effects the changes have had on other aspects of theprogram's operation (see regression testing). The term is said to have been coined by Grace Hopper, basedon the term "bug". |
随便看 |
|
英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。