| 1. | Looking at this line - by - line , it s easy to see how it works 我们一行行地看,这样容易明白该代码的工作原理。 |
| 2. | To step through all code paths in a debugger is like a line - by - line unit test 在调试器中逐句通过所有代码路径类似于一行一行进行的单元测试。 |
| 3. | You can measure the effectiveness of tests on a line - by - line or even a block - by - block basis 可以按逐行代码甚或逐个代码块的形式衡量测试的有效性。 |
| 4. | In effect , it translates the program line - by - line , alternately reading lines and carrying out commands 在效果上,将程序一行一行的转换,在读取程序行和执行命令之间交替切换。 |
| 5. | Repeatedly to observe line - by - line execution of the function . as you step through the function , you can use the locals 逐句通过该函数时,可以使用“局部变量”和“监视”窗口观察不同成员的值。 |
| 6. | Code can be entered and run line - by - line in interactive mode , which can improve learning and promote experimental use 可以用交互模式一行一行地输入代码并运行,这可以改进学习并促进试验性使用。 |
| 7. | Detailed code coverage statistics appear in a window , and you can also see , line - by - line , which code has been tested 在窗口中将出现详细的代码覆盖率统计信息,并且您还可以逐行查看已测试的代码。 |
| 8. | Running a page in the debugger makes it possible for you to step through code line - by - line and use additional analysis tools and runtime information 在调试器中运行页使您可以逐行通过代码,并利用其他分析工具和运行时信息。 |
| 9. | Rather than stepping through your code line - by - line or instruction - by - instruction , you can allow your program to run until it hits a breakpoint , then start to debug 与逐句或逐条指令地检查代码不同的是,可以让程序一直执行,直到遇到断点,然后开始调试。 |
| 10. | Describes how you can measure the effectiveness of tests on a line - by - line or even a block - by - block basis by configuring test runs to produce code coverage information 描述如何通过将测试运行配置为生成代码覆盖率信息来逐行或(甚至)逐块衡量测试的有效性。 |