Use breakpoints to pause execution to probe state.
使用断点暂停程序的执行以便检查状态。
Figure 10 shows breakpoints and stepping in action.
图10展示了断点和逐步调试的实际例子。
The bl command lists the current set of breakpoints.
bl命令列出当前的断点集。
Next up is setting breakpoints in PHP using the debugger.
下面是用调试器在PHP中设置断点。
You should start debugging by placing breakpoints in your code.
您应当从在代码中放置断点开始进行调试。
Breakpoints can be temporarily made inactive by disabling them.
通过禁止可以暂时性地将中断点置于非激活状态。
Breakpoints are set between nodes in the message flows for debugging.
消息流的节点之间设置了断点,用于调试。
Clear all breakpoints, then set a breakpoint at line 14 in index.php.
取消所有断点,然后在index . php中的第14行设置一个断点。
Commands, such as info breakpoints, can be made as simple as BPL.
诸如info breakpoints这样的命令可以变得像bpl一样简单。
All breakpoints can be created from the breakpoints view context menu.
所有中断点都可以从中断点视图内容菜单中得到创建。
You can also enable or disable breakpoints, delete them, or add new ones.
也可以启用或禁用断点、删除断点或者添加新断点。
When using the test client, you can now debug XML maps, and set breakpoints.
当使用测试客户端时,您现在可以调试XML映射,并设置断点。
Figure 23 shows how the data flow looks when breakpoints are set for connection.
图23显示为连接设置断点时数据流的样子。
Debugging the session will provide the option to import or overwrite breakpoints.
调试会话将会向您提供导入或者覆盖中断点的选项。
Debugger supporting breakpoints, stepping through code, and displaying variables.
调试器支持断点、代码单步执行以及显示变量的值。
To the bottom are the breakpoints for the debugger, the command output, and so on.
下面是调试用的断点、命令输出等等。
In addition, breakpoints can be created in the code to allow a debugger to be used.
另外,可以在代码中创建断点,以便使用调试器。
The other user will also have the option to import or overwrite breakpoints with yours.
其他的用户还会有导入或者覆盖中断点的选项。
This is important, because, if the mode is set to Run, your breakpoints will be ignored.
这一点非常重要,因为如果模式被设置为“Run”,您的断点将被忽略。
Breakpoints can be enabled and disabled via their context menus in the Breakpoints view.
可以通过Breakpoints视图中断点的弹出菜单启用或禁用断点。
Process editor: in a component editor you can add, disable, enable, or remove breakpoints.
ProcessEditor:在组件编辑器中,可以添加、禁用、启用或删除断点。
Two of the most important ways of controlling the debugger use breakpoints and watchpoints.
控制调试器的两种最重要的方法是使用断点和检查点。
You can start the server in debugging status and add breakpoints to debug your applications.
可以采用调试状态启动服务器,并添加断点来调试您的应用程序。
Displays the current local variables and their values as well as a TAB with all breakpoints.
显示当前的本地变量及其值,以及带有所有断点的选项卡。
You can also set breakpoints and examine the contents of specific memory locations and registers.
你也可以设置断点并检查特定内存地址或寄存器的内容。
To see what breakpoints are currently defined and their conditions issue the command 'info break'
要查看当前定义了什么断点及其条件,请发出命令'infobreak'
The breakpoint Numbers start from 0 and are allocated to breakpoints in the order of availability.
断点号从0开始,根据可用性顺序分配给断点。
You need to check, however, that the breakpoints in the recently edited code are where you want them.
但是你要检查最近编辑过的代码的断点是不是你所想要的。
Debug stored procedures by stepping through the code, setting breakpoints, and viewing variable content.
通过在代码中逐步执行、设置断点、查看变量内容等方法调试存储过程。
Debug stored procedures by stepping through the code, setting breakpoints, and viewing variable content.
通过在代码中逐步执行、设置断点、查看变量内容等方法调试存储过程。
应用推荐