breakpoints 双语例句
全部
1·Now you're ready to set breakpoints.
现在可以设置断点了。
2·Use breakpoints to pause execution to probe state.
使用断点暂停程序的执行以便检查状态。
3·Figure 10 shows breakpoints and stepping in action.
图10展示了断点和逐步调试的实际例子。
4·To list all the breakpoints in the breakpoint table.
列出断点表中的所有断点。
5·The bl command lists the current set of breakpoints.
bl命令列出当前的断点集。
6·Next up is setting breakpoints in PHP using the debugger.
下面是用调试器在PHP中设置断点。
7·You should start debugging by placing breakpoints in your code.
您应当从在代码中放置断点开始进行调试。
8·Also, the new breakpoint appears in the Breakpoints view list.
同时新的断点出现在BreakPoints视图列表中。
9·Breakpoints can be temporarily made inactive by disabling them.
通过禁止可以暂时性地将中断点置于非激活状态。
10·Figure 6 shows the IDE window after the breakpoints have been set.
图6显示设置断点之后的IDE窗口。
断点
1·Set and remove breakpoints in code where you want the debugger to stop.
您可以在想要使调试器停下的代码处设置和除去断点。
2·If you want to step through certain areas of the code, you can do so by setting breakpoints and reloading the application.
如果您想单步执行代码的某些部分,那么您可以通过设置断点并重新装入该应用程序来单步执行。
3·You should start debugging by placing breakpoints in your code.
您应当从在代码中放置断点开始进行调试。
4·Like other annotations such as bookmarks, breakpoints, and syntax problems, these are indicated by a symbol in the left margin of the editor.
与其他注释(如书签、断点和语法问题)类似,这些注释也是通过编辑器左侧空白上的符号来指示的。
5·The simulator in essence is a debugger, so you can also set breakpoints and interact with the devices, CPU, and memory.
仿真器在本质上是调试器,因此您还可以设置断点并与设备、CPU 以及内存进行互动。