好词典

debugger

UK //diːˈbʌɡə//US //diːˈbʌɡər//

词源

由'debug'(去除错误) + '-er'(表示工具的后缀)组成,最早出现于20世纪中期计算机领域。

noun

❶ 调试器,一种用于查找和修复计算机程序错误的软件工具,允许程序员逐步执行代码并检查变量状态。

“The developer used a debugger to find the cause of the program crash.”

(开发者使用调试器查找程序崩溃的原因。)

“This debugger allows you to set breakpoints in your code.”

(这个调试器允许你在代码中设置断点。)

同义词:troubleshooter, diagnostic tool, code analyzer

常见短语

run in debugger — 在调试模式下运行程序,以便可以逐步执行并检查程序状态。

“You should run this code in debugger to see where it fails.”

(你应该在调试器中运行这段代码,看看它在哪一步出错。)