• 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

  • If desired, set breakpoints in your data flow by right-clicking a connection between operators in your data flow and selecting Toggle breakpoint.

    如果愿意,可以数据设置断点。设置方法是右键单击数据流操作符之间连接选择ToggleBreakpoint

    youdao

  • If desired, set breakpoints in your data flow by right-clicking on a connection between operators in your data flow and clicking Toggle breakpoint.

    必要时,数据设置断点,方法是在数据流中操作符之间连接单击右键,然后单击Toggle Breakpoint

    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

  • To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.

    为了避免这种状况,请确保启动调试会话代码设置一个断点

    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

  • First, set a breakpoint in main System.out.println by double-clicking in the gray margin on the left side of the editor view, next to the call to System.out.println .

    首先双击编辑器视图端的灰色边沿,从而调用System . out .println之后main System . out . println设置一个断点

    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.

    获取作用域中的“valuediv ”,可以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

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

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

    youdao

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

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

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