在项目内设置断点,如图所示。
设置断点后,屏幕显示如图5所示。
After the breakpoint is placed, your screen should look like the one shown in figure 5.
要调试代码必须先设置断点。
图6显示设置断点之后的IDE窗口。
Figure 6 shows the IDE window after the breakpoints have been set.
对函数sys_write设置断点。
可以在代码中设置断点。
图23显示为连接设置断点时数据流的样子。
Figure 23 shows how the data flow looks when breakpoints are set for connection.
现在可以设置断点了。
下面是用调试器在PHP中设置断点。
例如,可以在特定的控制流程中设置断点。
For example, a breakpoint could be set on a particular control flow.
通过双击代码行旁边的灰色空白边,就可以设置断点。
You can toggle a breakpoint by double-clicking the gray margin beside the line of code.
你也可以设置断点并检查特定内存地址或寄存器的内容。
You can also set breakpoints and examine the contents of specific memory locations and registers.
在新查询中设置断点,然后开始单步调试函数。
Set a breakpoint on the new query and then start debugging to step through the function.
如果您想遵循执行逻辑,这也许是设置断点的一个好地方。
This might be a good place for a breakpoint, should you want to follow the execution logic.
当使用测试客户端时,您现在可以调试XML映射,并设置断点。
When using the test client, you can now debug XML maps, and set breakpoints.
然后,在左边的空白处点击以设置断点,并使用调试器启动应用程序。
You then set a breakpoint by clicking in the gutter in the left-hand margin and launch the application using the debugger.
有了这个功能之后,可以非常简单地在某个方法的特定行中设置断点。
Setting a breakpoint on a certain line of a method is simple.
通过在代码中逐步执行、设置断点、查看变量内容等方法调试存储过程。
Debug stored procedures by stepping through the code, setting breakpoints, and viewing variable content.
要在那一行上设置断点,只需输入'break21 '。
To set a breakpoint there we type 'break 21'. Gdb will issue the response.
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
可以在sql脚本和您的. NET代码中设置断点,这样可以简化调试过程。
Breakpoints can be set in both the SQL script and in your.net code, making debugging a simple process.
Breakpoint:您可以在断点目标执行之前或之后设置断点组件编辑器。
Breakpoint: You can set breakpoints component editors either before or after the execution of the breakpoint target.
要使用调试器,可在Python编辑器中想中断的代码行的左侧点击,设置断点。
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.
Eclipse支持设置断点,逐步调试代码,检查变量,以及执行其他有用的操作。
Eclipse allows you to set breakpoints, step through code, examine variables, and do other useful stuff.
毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。
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.
仿真器在本质上是调试器,因此您还可以设置断点并与设备、CPU以及内存进行互动。
The simulator in essence is a debugger, so you can also set breakpoints and interact with the devices, CPU, and memory.
如果应用程序包含表单,那么可以在表单处理函数上设置断点并查看输入的参数。
If the application had forms, you could set a breakpoint at the form handler and view the incoming parameters.
遍历代码,将鼠标放在可疑代码一行的标记栏(在编辑器区域的左侧)上,双击即可设置断点。
Walk through the code and place your cursor on the marker bar (along the left edge of the editor area) on the line with the suspected code. Double-click to set the breakpoint.
如果您想单步执行代码的某些部分,那么您可以通过设置断点并重新装入该应用程序来单步执行。
If you want to step through certain areas of the code, you can do so by setting breakpoints and reloading the application.
他们可能还希望eclipse调试器可以在被数据库服务调用的定制方法中设置断点和检查变量。
They'll also want to use the Eclipse debugger to set breakpoints and inspect variables inside their custom methods invoked by the database server.
应用推荐