
好词典

1930年代由'de-'(去除)+'bug'(原指机械故障,后引申为程序错误)组成,最初用于描述排除飞机引擎故障,后应用于计算机领域。
❶ 指在计算机程序中查找并修复错误或故障的过程,常用于软件开发或系统维护场景。
“The programmer spent hours debugging the code.”
(程序员花了几个小时调试代码。)
“We need to debug this software before the release.”
(我们需要在发布前调试这个软件。)
❶ 泛指排除任何系统、设备或过程中的故障或问题,不限于计算机领域。
“The technician debugged the faulty circuit board.”
(技术人员排除了故障电路板的问题。)
“They are debugging the production line to improve efficiency.”
(他们正在调试生产线以提高效率。)
debug mode — 指程序运行时显示详细错误信息的特殊模式,帮助开发者快速定位问题。
“Run the application in debug mode to see the error details.”
(在调试模式下运行应用程序以查看错误详情。)
debug tool — 用于辅助检测和修复程序错误的专用软件工具。
“This debug tool can help identify memory leaks.”
(这个调试工具可以帮助识别内存泄漏。)