First, create a breakpoint in our code. 首先,在代码中创建一个断点。
A blue sphere appears indicating a breakpoint is set for this line. 这样就会出现一个蓝色圆点,它表示已为该行设置了断点。
Double-click to set the breakpoint. 双击以设置断点(也请参阅图3)。
While stopped at a breakpoint, you can also inspect the execution stack. 当在一个断点停止时,您还可以检查执行堆栈。
Before you run, create a breakpoint in the source code so you can see debugging in action. 运行之前,在源代码中创建一个断点,以便您能够看到运行中的调试。
The IBM Debugger for AIX tool provides the following breakpoint types. AIX工具的IBM调试器提供了以下的中断点类型。
This command does not remove the breakpoint from the breakpoint table but just disables it. 该命令不是从断点表中除去断点,而只是禁用它。
To debug the code you have to set a breakpoint first. 要调试代码必须先设置断点。
Another option for debugging is to set a breakpoint on the XSL transformation primitive in the Mediation Flow Editor. 另一个调试选项是在MediationFlowEditor中对XSL转换原语设置断点。
Execution is stopped and control is given to KDB when this breakpoint is hit. 当遇到该断点时则停止执行并将控制权交予KDB。
A breakpoint halts the debugger once it reaches a specific location or once a condition is met. 当达到某个特定位置或满足某个条件时,断点将暂停调试器。
Your breakpoint is set in the debugging instance. 断点是在调试实例中设置的。
In the Breakpoints window menu, click the new dropdown and choose new data breakpoint. 在“断点”窗口中,单击“新建”下拉列表并选择“新建数据断点”。
This is silly, because I should still be able to set a breakpoint based on the instruction address. 这是愚蠢的,因为我仍然可以设置的指令地址的一个断点。
You can delete a script breakpoint from the set breakpoints dialog box. 可以从“设置断点”对话框中删除脚本断点。
You can use breakpoint filters to place breakpoints on individual threads. 可以使用断点筛选器将断点置于单个线程上。
You can use the script Explorer window to open a document and set a breakpoint inside the script code. 您可以使用“脚本资源管理器”窗口打开文档,并在脚本代码内部设置断点。
File position not valid for new breakpoint. 文件位置对于新断点无效。
The column within a file for a file breakpoint. 文件中文件断点所在的列。
On the debug menu, click continue and the debugger will run the code up to the new breakpoint. 在“调试”菜单中单击“继续”,调试器将运行代码直到新的断点。
Statement is similar to setting a breakpoint in the code. 语句类似于在代码中设置断点。
The bc command removes a breakpoint from the breakpoint table. bc命令从断点表中除去断点。
On the debug menu, choose start with the same breakpoint set. 设置同样的断点,然后在“调试”菜单上选择“启动”。
Go back to the source code of Capitalize, and set a breakpoint on the first line. 回到了大写的源代码,并设置在第一行一个断点。
Set a breakpoint on the new query and then start debugging to step through the function. 在新查询中设置断点,然后开始单步调试函数。
You can also set an address breakpoint on a function using the call stack window. 也可以使用“调用堆栈”窗口在函数上设置地址断点。
With at least one breakpoint set, you are ready to run the debugger. 设置了至少一个断点后,就可以运行调试器。
Set/ Returns a user-defined string identifying this breakpoint. 设置/返回标识此断点的用户定义字符串。
Once set, an address breakpoint can be edited in the breakpoints window. 设置后,可以在“断点”窗口中编辑地址断点。
You can also set a breakpoint on your Code Activity. 您还可以设置在你的代码活动一个断点。