• To show that it has set breakpoint 1 at the line we requested.

    以显示它已在我们请求的行上设置了1号断点。

    youdao

  • Set breakpoint at given line in file (default current file).

    在档案中指定行设定中断点(内定为现用档案)。

    youdao

  • Breakpoint: You can set breakpoints component editors either before or after the execution of the breakpoint target.

    Breakpoint:您可以在断点目标执行之前或之后设置断点组件编辑器。

    youdao

  • Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.

    使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。

    youdao

  • However, you can watch the error occur if you delete the previous two breakpoints and set a new breakpoint at line 4.

    如果删除原来的两个断点并在第4行上设置一个新断点,就可以看到这个错误是如何发生的。

    youdao

  • You can try this out by simply having a WCF service and client project that consumes it in the same solution, set the client as the startup project, set a breakpoint in the service code and hit F5.

    要试验这一点,只要将WCF服务以及消费这个服务的客户端项目建立在同一个解决方案中,将客户端项目设定为启动项目,在服务端的代码中设立断点,并按F5就可以了。

    youdao

  • 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请求生命周期中将遇到这个断点。

    youdao

  • This breakpoint type is also created when you set a breakpoint from the source view in disassembly or mixed modes.

    当您从单独或者混合模式下的源视图中设置一个中断点,也可以创建一个中断点类型。

    youdao

  • If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction.

    如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。

    youdao

  • 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.

    遍历代码,将鼠标放在可疑代码一行的标记栏(在编辑器区域的左侧)上,双击即可设置断点。

    youdao

  • A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set.

    断点可以使程序执行的线程悬挂在断点设置的位置。

    youdao

  • In our example, let's set a simple breakpoint for examining and modifying variable contents.

    在我们的示例中,让我们设置一个简单的断点来检查并修改变量内容。

    youdao

  • In the bottom left, the GetFlights.jsp editor view will also appear, showing where you set the breakpoint.

    在左下角,还将出现GetFlights .jsp编辑器视图,这个视图表明您设置断点的位置。

    youdao

  • Clear all breakpoints, then set a breakpoint at line 14 in index.php.

    取消所有断点,然后在index . php中的第14行设置一个断点。

    youdao

  • 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行中设置断点。

    youdao

  • 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服务器。

    youdao

  • 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的地方附近设置一个断点。

    youdao

  • 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编辑器中想中断的代码行的左侧点击,设置断点。

    youdao

  • Simply set a breakpoint on your point of interest, hit the Restart program button, and run the program until your breakpoint is hit.

    在您感兴趣的点上简单地设置一个中断点,您只须点击Restartprogram按钮,并运行程序,直到达到中断点为止。

    youdao

  • To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.

    为了查看在main()中发生了什么情况,可以在程序代码中的某一特定行或函数中设置断点,这样gdb会在遇到断点时中断执行。

    youdao

  • 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函数时设置断点,或者可以指定其它任何感兴趣的函数名来设置断点。

    youdao

  • Now that we have set a breakpoint, let's make it pop by following these steps

    现在,我们已经设置了一个断点,可以按照以下步骤到达该断点

    youdao

  • At line 14 of the source buffer, left-click in the fringe and a red disk appears. This shows that a breakpoint has been set there.

    在源代码buffer的第14行左键单击行首,会出现一个红色的圆点,这表示在此行设了一个断点。

    youdao

  • To get "value" and "div" in scope we can set a breakpoint on main and run the program, setting our watchpoints when the main breakpoint is hit. Restart GDB with eg1 and type.

    要获取作用域中的“value ”和“div ”,可以在main函数上设置断点,然后运行程序,当遇到main断点时设置监视点。

    youdao

  • Listing 1 shows a great set of such simple and highly useful breakpoint alias user commands to edit into your growing.gdbinit file.

    清单1显示了一组此类简单和高度有用的断点别名用户命令,您可以将它们添加到不断增长的.gdbinit文件中。

    youdao

  • Breakpoints can be set to unconditional using the 'condition' command specifying a breakpoint number without an expression, for example 'condition 1' sets breakpoint 1 to unconditional.

    使用'condition '命令时,如果指定断点编号但又不指定表达式,可以将断点设置成无条件断点,例如,' condition1 '就将1号断点设置成无条件断点。

    youdao

  • 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() 例程上设置一个断点。

    youdao

  • Set a breakpoint within the project, as shown.

    在项目内设置断点,如图所示。

    youdao

  • To set a breakpoint there we type 'break 21'. Gdb will issue the response.

    要在那一行上设置断点,只需输入'break21 '。

    youdao

  • A blue sphere appears indicating a breakpoint is set for this line.

    这样就会出现一个蓝色圆点,它表示已为该行设置了断点。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定