de
bu
gger
复数形式
debuggers
1
调试器, 除错程序
a software tool or program used by developers to identify and rectify errors, known as bugs, in computer programs
- The programmer used a debugger to trace the source of the software bug and resolve the issue efficiently.
程序员使用调试器来追踪软件错误的来源并有效地解决问题。
- Debuggers are essential for identifying logic errors and runtime issues during the development of complex applications.
在复杂应用程序的开发过程中,调试器对于识别逻辑错误和运行时问题至关重要。
- Setting breakpoints in the debugger allows developers to pause the program's execution and examine its state.
在调试器中设置断点允许开发者暂停程序的执行并检查其状态。
- Debuggers assist in locating memory leaks and other resource-related problems in software applications.
调试器有助于在软件应用程序中定位内存泄漏和其他资源相关问题。
- The debugger provided valuable insights into the sequence of function calls leading to the unexpected program behavior.
调试器提供了有关导致程序意外行为的函数调用顺序的宝贵见解。