line-by-line meaning in Chinese
逐行
Examples
- Looking at this line - by - line , it s easy to see how it works
我们一行行地看,这样容易明白该代码的工作原理。 - To step through all code paths in a debugger is like a line - by - line unit test
在调试器中逐句通过所有代码路径类似于一行一行进行的单元测试。 - You can measure the effectiveness of tests on a line - by - line or even a block - by - block basis
可以按逐行代码甚或逐个代码块的形式衡量测试的有效性。 - In effect , it translates the program line - by - line , alternately reading lines and carrying out commands
在效果上,将程序一行一行的转换,在读取程序行和执行命令之间交替切换。 - Repeatedly to observe line - by - line execution of the function . as you step through the function , you can use the locals
逐句通过该函数时,可以使用“局部变量”和“监视”窗口观察不同成员的值。