释义 |
traditional debugging 传统调试(法) An essential method for testing a program, a data testing method in which the sample data are provided to the program and the program is executed and outputs the data results. Then the results are compared to the expected value to judge the correctness of the program. 一种测试程序的基本方法,也就是一种数据测试方法, 即向被调试程序提供样品,该程序执行并产生数据结果,将结果与预想值比较来判断程序的正确性。 |