| 释义 |
debugger 调试程序;[除错器] A class of system software that is designed to help the programmer discover the causes of problems found during the run-time testing in the checkout phases of the software development.Their features include the ability to stop the execut- ing program,inquire as to the state of the machine, set a breakpoint,display the arguments of an active routine,create or change a subroutine string,step the target program one statement, print the value of one or more expression,etc. 一类系统软件,用来帮助程序员发现在程序开发测试阶段程序运行时所发生的问题。其功 能包括:停止程序执行、询问系统状态、设置一个断点、显示运行程序的变量、产生或改变 一个子程序字符串、单步执行目标程序中的一个语句、打印输出一个或多个表达式的值等。 |