断点可以使程序执行的线程悬挂在断点设置的位置。
A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set.
通常情况下,断点设置在WCF服务调用之前。
将一个断点设置在启动Drupal引导过程的位置,如图12所示。
A breakpoint is set on the line where the Drupal bootstrap is initiated, as shown in Figure 12.
通过筛选器,可以将断点设置在指定的计算机、进程和线程上。
A filter causes a breakpoint to be set on specified computers, processes, and threads.
如果将断点设置在节点上,该节点的图标边框变为红色,而且在执行该节点前程序暂停。
If the breakpoint is set on a node, a red border frames the node and execution pauses just before the node executes.
介绍了启动和停止过程断点设置及各断点实现的功能,阐述了机组升温升压过程中主要模拟量控制系统的全程控制策略。
The global control strategy of the main analog control system during the process of the unit's start-up is illustrated.
该文在汇编嵌入式软件程序流程图自动生成的研究基础上,提出了以PC值为基准条件的断点设置、测机制以及虚拟插桩机制。
Based on the research of embedded assembly program flow chart automatic building, the breakpoint setting and checking mechanism, virtual instrumentation mechanism based on the PC values are proposed.
使用'condition '命令时,如果指定断点编号但又不指定表达式,可以将断点设置成无条件断点,例如,' condition1 '就将1号断点设置成无条件断点。
Breakpoints can be set to unconditional using the 'condition' command specifying a breakpoint number without an expression, for example 'condition 1' sets breakpoint 1 to unconditional.
如果您想单步执行代码的某些部分,那么您可以通过设置断点并重新装入该应用程序来单步执行。
If you want to step through certain areas of the code, you can do so by setting breakpoints and reloading the application.
仿真器在本质上是调试器,因此您还可以设置断点并与设备、CPU以及内存进行互动。
The simulator in essence is a debugger, so you can also set breakpoints and interact with the devices, CPU, and memory.
当使用测试客户端时,您现在可以调试XML映射,并设置断点。
When using the test client, you can now debug XML maps, and set breakpoints.
你也可以设置断点并检查特定内存地址或寄存器的内容。
You can also set breakpoints and examine the contents of specific memory locations and registers.
毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。
Undoubtedly, the most common debugging procedure is to set breakpoints that will allow the inspection of variables and the values inside conditional statements or loops.
这样就会出现一个蓝色圆点,它表示已为该行设置了断点。
A blue sphere appears indicating a breakpoint is set for this line.
可以在sql脚本和您的. NET代码中设置断点,这样可以简化调试过程。
Breakpoints can be set in both the SQL script and in your.net code, making debugging a simple process.
要实际调试插件,需要设置相关的断点。
To actually debug your plug-in, you need to set relevant breakpoints.
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
图23显示为连接设置断点时数据流的样子。
Figure 23 shows how the data flow looks when breakpoints are set for connection.
消息流的节点之间设置了断点,用于调试。
Breakpoints are set between nodes in the message flows for debugging.
然后,在左边的空白处点击以设置断点,并使用调试器启动应用程序。
You then set a breakpoint by clicking in the gutter in the left-hand margin and launch the application using the debugger.
要调试代码必须先设置断点。
通过双击代码行旁边的灰色空白边,就可以设置断点。
You can toggle a breakpoint by double-clicking the gray margin beside the line of code.
可以在代码中设置断点。
最好是代理代码中已经设置了断点。
It is a good idea to already have your break point set in the agent code.
图6显示设置断点之后的IDE窗口。
Figure 6 shows the IDE window after the breakpoints have been set.
Breakpoint:您可以在断点目标执行之前或之后设置断点组件编辑器。
Breakpoint: You can set breakpoints component editors either before or after the execution of the breakpoint target.
通过在代码中逐步执行、设置断点、查看变量内容等方法调试存储过程。
Debug stored procedures by stepping through the code, setting breakpoints, and viewing variable content.
Eclipse支持设置断点,逐步调试代码,检查变量,以及执行其他有用的操作。
Eclipse allows you to set breakpoints, step through code, examine variables, and do other useful stuff.
在项目内设置断点,如图所示。
设置断点后,屏幕显示如图5所示。
After the breakpoint is placed, your screen should look like the one shown in figure 5.
应用推荐