| 1. | If you want to look inside the function call . use 如果要查看函数调用的内容,请使用“逐语句” 。 |
| 2. | From the debug menu in the debugger session , select 从调试器会话中的“调试”菜单中,选择“逐语句” 。 |
| 3. | Runs the code without invoking the debugger 调试.逐语句 |
| 4. | Differ in only one respect , the way they handle function calls “逐语句”和“逐过程”的差异仅在于它们处理函数调用的方式不同。 |
| 5. | On a nested function call , step into steps into the most deeply nested function 在嵌套函数调用上, “逐语句”将进入并单步执行嵌套最深的函数。 |
| 6. | If you continue stepping , the debugger will step back into the web service and into the 如果继续逐句通过,则调试器将逐语句返回到web服务并进入和单步执行 |
| 7. | If you choose step into or step over , your application starts and executes then breaks on the first line 若选择了“逐语句”或“逐过程” ,应用程序启动并执行,然后在第一行中断。 |
| 8. | On the debug menu , you can watch how the method converts a colon - delimited number pair into a 通过在“调试”菜单上重复单击“逐语句” ,可监视该方法如何将一个用冒号分隔的数字对转换为 |
| 9. | Executes only the call itself , then halts at the first line of code inside the function . step over 如果某一行包含函数调用, “逐语句”仅执行调用本身,然后在函数内的第一个代码行处停止。 |