Suppose you set a breakpoint at this line.
假定在该行设置了一个断点。
Set a breakpoint in the target application.
在目标应用程序中设定中断点。
Set a breakpoint in your target application.
在目标应用程序中设置一个断点。
Set a breakpoint within the project, as shown.
在项目内设置断点,如图所示。
You can also set a breakpoint on your Code Activity.
您还可以设置在你的代码活动一个断点。
To debug the code you have to set a breakpoint first.
要调试代码必须先设置断点。
You do not need to set a breakpoint in all cases, however.
您其实不需要在任何情况下都设置断点。
Set a breakpoint inside the method in the target application.
在目标应用程序中的方法内设置一个断点。
In Figure 6, I set a breakpoint at line 1830 of feedparser.py.
在图6中,我在feedparser . py的1830行处设置了断点。
Clear all breakpoints, then set a breakpoint at line 14 in index.php.
取消所有断点,然后在index . php中的第14行设置一个断点。
To set a breakpoint there we type 'break 21'. Gdb will issue the response.
要在那一行上设置断点,只需输入'break21 '。
Now that we have set a breakpoint, let's make it pop by following these steps
现在,我们已经设置了一个断点,可以按照以下步骤到达该断点
Call Stack window, you can set a breakpoint on a particular function call.
“调用堆栈”窗口,您可以在特定的函数调用处设置断点。
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.
在新查询中设置断点,然后开始单步调试函数。
Set a breakpoint at the location in the client project where you want to start stepping.
在客户端项目中需要开始单步执行的位置设置断点。
To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.
为了避免这种状况,请确保在启动调试会话前在您的代码中设置了一个断点。
Move the cursor to the location in the file where you want to set a breakpoint, and press F9.
将光标移到文件中要设置断点的位置,然后按f9键。
If you set a breakpoint condition with invalid syntax, a warning message appears immediately.
如果在设置断点条件时使用了无效语法,将立即出现警告消息。
You can use the allocation number to set a breakpoint at the location where memory is allocated.
可以使用分配编号在分配内存的位置设置一个断点。
This is silly, because I should still be able to set a breakpoint based on the instruction address.
这是愚蠢的,因为我仍然可以设置的指令地址的一个断点。
To set a breakpoint, click on a block diagram object with the breakpoint tool from the Tools palette.
在工具选板上选取断点工具,单击程序框图上的对象,就放置了断点。
You can set a breakpoint at the beginning of a function, or at a specified location within a function.
您可以在函式开头或函式中的指定位置设定中断点。
This breakpoint type is also created when you set a breakpoint from the source view in disassembly or mixed modes.
当您从单独或者混合模式下的源视图中设置一个中断点,也可以创建一个中断点类型。
If the application had forms, you could set a breakpoint at the form handler and view the incoming parameters.
如果应用程序包含表单,那么可以在表单处理函数上设置断点并查看输入的参数。
To use it, set a breakpoint by clicking to the left of the line of code you'd like to break on within the Python editor.
要使用调试器,可在Python编辑器中想中断的代码行的左侧点击,设置断点。
Another option for debugging is to set a breakpoint on the XSL transformation primitive in the Mediation Flow Editor.
另一个调试选项是在MediationFlowEditor中对XSL转换原语设置断点。
So that we can see the debugger running, we need to set a breakpoint that will be encountered in the HTTP request life cycle.
为了能够看到调试器的运行情况,需要设置一个断点,在HTTP请求生命周期中将遇到这个断点。
You then set a breakpoint by clicking in the gutter in the left-hand margin and launch the application using the debugger.
然后,在左边的空白处点击以设置断点,并使用调试器启动应用程序。
Instead, you set a breakpoint in the stored procedure code, and press Continue (F5) to execute code up to the break point.
而应当在存储过程代码中设置断点,并按“继续”(F 5)执行代码直到断点。
应用推荐