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 逐句通過該函數時,可以使用“局部變量”和“監視”窗口觀察不同成員的值。
Code can be entered and run line - by - line in interactive mode , which can improve learning and promote experimental use 可以用交互模式一行一行地輸入代碼并運行,這可以改進學習并促進試驗性使用。
Detailed code coverage statistics appear in a window , and you can also see , line - by - line , which code has been tested 在窗口中將出現詳細的代碼覆蓋率統計信息,并且您還可以逐行查看已測試的代碼。
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 在調試器中運行頁使您可以逐行通過代碼,并利用其他分析工具和運行時信息。
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 與逐句或逐條指令地檢查代碼不同的是,可以讓程序一直執行,直到遇到斷點,然后開始調試。
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 描述如何通過將測試運行配置為生成代碼覆蓋率信息來逐行或(甚至)逐塊衡量測試的有效性。