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
现在,我们已经设置了一个断点,可以按照以下步骤到达该断点
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.
在新查询中设置断点,然后开始单步调试函数。
In a source window, click a line of executable code where you want to set a breakpoint.
在来源视窗中,按一下您要设定中断点的可执行程序码行。
Set a breakpoint at the location in the client project where you want to start stepping.
在客户端项目中需要开始单步执行的位置设置断点。
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.
可以使用分配编号在分配内存的位置设置一个断点。
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)执行代码直到断点。
When you set a breakpoint on an overloaded function, the location of the breakpoint depends on how you specify the function.
在对重载函数设置断点时,断点的位置取决于指定函数的方式。
Simply set a breakpoint on your point of interest, hit the Restart program button, and run the program until your breakpoint is hit.
在您感兴趣的点上简单地设置一个中断点,您只须点击Restartprogram按钮,并运行程序,直到达到中断点为止。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction.
如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
First, set a breakpoint at the call to the greet in the main method by double-clicking (not single-clicking like Netbeans) in the left margin.
首先,通过双击(而不是像Netbeans那样单击)左侧空白,在调用main方法中的greet的地方附近设置一个断点。
You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address.
您可以轻松地复制所需要的功能的内存地址,粘贴到您的调试器,并为这个内存地址断点。
Before you run through the application again, set a breakpoint in the GetFlights.jsp page first, and then start the Tomcat server in debug mode.
在运行整个应用程序之前,先在GetFlights .jsp页面中设置一个断点,然后以debug模式启动Tomcat服务器。
You cannot set a breakpoint in a source file when the debugger has not loaded the debug information for the module where the code is located.
在侦错工具尚未载入有关程序码所在模组的侦错资讯之前,您无法在原始程序档中设定中断点。
First, set a breakpoint at the call to the greet in the main method by double-clicking (not single-clicking like JBuilder) in the left margin.
首先,双击(不是JBuilder中的单击)左边的边框,在main方法调用greet的地方设置断点。
In the previous example we set a breakpoint at line 21 because we were interested in when "value" equaled "div" before the wib function was called.
由于我们想要知道在调用wib函数之前“value ”什么时候等于“div ”,因此在上一示例中我们在第21行中设置断点。
We could set a breakpoint when the main function is entered with the command 'break main', or specify any other function name we were interested in.
可以使用命令'breakmain '在进入main函数时设置断点,或者可以指定其它任何感兴趣的函数名来设置断点。
To stop the execution at the desired location, set a breakpoint at free_list() routine, so that nodes don't get free before you could have a look at their contents.
为了在所需的位置停止执行,在 free_list() 例程上设置一个断点。
应用推荐