好词典

debugging

UK //ˌdiːˈbʌɡɪŋ//US //ˌdiːˈbʌɡɪŋ//

词源

源自 'bug'(原指机器故障,后特指程序错误)加前缀 'de-'(去除),最早可追溯至计算机先驱 Grace Hopper 在1947年记录的实际飞蛾导致计算机故障的事件。

noun

❶ 调试,指在计算机程序中查找并修复错误或故障的过程,是软件开发的重要环节。

“The programmer spent hours debugging the code before the software could be released.”

(程序员花了数小时调试代码,然后软件才得以发布。)

“Debugging is an essential skill for any software developer.”

(调试是任何软件开发人员必备的技能。)

同义词:troubleshooting, error-fixing, problem-solving

verb

❶ 进行调试,指查找并解决程序中的错误或问题。

“He is debugging the new feature to ensure it works correctly.”

(他正在调试新功能,以确保其正常工作。)

“Before submitting the code, make sure you have thoroughly debugged it.”

(提交代码前,确保你已经彻底调试过。)

同义词:fixing errors, correcting bugs, resolving issues

常见短语

debugging tool — 调试工具,指用于帮助开发者查找和修复程序错误的软件或程序。

“Visual Studio provides powerful debugging tools for developers.”

(Visual Studio 为开发者提供了强大的调试工具。)

debugging session — 调试会话,指开发者集中时间查找和解决程序问题的过程。

“The team had a long debugging session to fix the critical bug.”

(团队进行了长时间的调试会话以修复关键错误。)