控制程序执行 meaning in English
controlling program execution
Examples
- Control structures allow you to regulate the flow of your program s execution
控制结构使您得以控制程序执行的流程。 - To control program execution , set breakpoints , which are places where the script halts execution
若要控制程序执行,请设置断点,断点是脚本停止执行的地方。 - Controlling the normal flow of program execution is also somewhat more complex in bytecode than in source code
在字节码中控制程序执行的正常流程也比在源代码中要复杂一些。 - You ll also notice that the tool buttons step over , step into , and so on for controlling execution are located in the debug view s tool bar
您还会注意到控制程序执行的工具按钮( step over , step into等)都位于debug视图的工具栏中。 - Using traditional debugging tools user can control program execution only by common ways such as setting breakpoint to implement basic debugging functions
借助于常规调试工具用户只能通过设置断点等方式控制程序执行,实现基本调试功能。