• 如果应用程序断点停止执行,则表明调试信息正确显示

    If the application execution is stopped at the breakpoint, the debugging information is presented correctly.

    youdao

  • 对新创建JSP进行编译,并应用程序重新部署服务器调试器放置了断点的代码停止

    Your newly created JSP is compiled, the application is redeployed to the server, and the debugger stops at the line at which you put the breakpoint.

    youdao

  • 使用断点暂停程序执行以便检查状态

    Use breakpoints to pause execution to probe state.

    youdao

  • 您可以当前语句开始运行直至到达一个断点程序尾部)。

    Run from the current statement until a breakpoint (or the end of the program) is reached.

    youdao

  • 断点可以使程序执行线程悬挂断点设置位置

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

    youdao

  • 特别注意的是,StopGo按钮不会停止启动程序,它们的功能是设置清除断点

    In particular, note that the stop and Go buttons do not stop and start the program but set and clear breakpoints.

    youdao

  • 我们必须继续执行两次程序会发生这种情况但是只要断点设置一个条件可以使gdb "value" 与 "div"真正相等时暂停。

    We had to continue program execution twice to get to this point, however by setting a condition on the breakpoint we can make gdb halt only when "value" actually equals "div".

    youdao

  • 对于运行时错误Eclipse允许设置断点监视变量手工更改变量,以及方法逐步执行程序

    For runtime errors, Eclipse lets you set breakpoints, monitor variables, manually change variables, and step through program execution by line or method.

    youdao

  • 清楚只有调试作为Drools Application”的程序,才会启用这些断点

    Be aware that these breakpoints are enabled only when you debug your program as a "Drools Application."

    youdao

  • Emacs会将程序源代码以及GUD本地变量、断点bufferframe中。

    Emacs now displays the source code of the main routine, together with the GUD, locals, breakpoint and stack buffers, in a single frame.

    youdao

  • dbx会话中,可以程序中设置一些断点然后运行

    From the dbx session, I would be able to have some break-points in the program and then run it.

    youdao

  • 访问Debug透视图首先需要程序放置断点

    To access the Debug perspective, you first need to place a breakpoint into your program.

    youdao

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

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

    youdao

  • 获取作用域中的“valuediv ”,可以main函数上设置断点然后运行程序遇到main断点设置监视点

    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.

    youdao

  • 例如可以运行程序设置界限监视服务进入断点通过程序指示步骤检查变量检查访问

    For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack.

    youdao

  • 如果执行代码某些部分那么您可以通过设置断点重新装入应用程序来单步执行。

    If you want to step through certain areas of the code, you can do so by setting breakpoints and reloading the application.

    youdao

  • 如果应用程序包含表单那么可以表单处理函数上设置断点查看输入的参数

    If the application had forms, you could set a breakpoint at the form handler and view the incoming parameters.

    youdao

  • 可以采用调试状态启动服务器添加断点调试应用程序

    You can start the server in debugging status and add breakpoints to debug your applications.

    youdao

  • 运行程序连接已经运行程序之前,请列出觉得有错误源代码设置断点然后开始调试程序

    Before you run a program or attach to an already running program, list the source code where you believe the bug is, set breakpoints, and then start debugging the program.

    youdao

  • 开发人员在本地调试模式下启动应用程序合适位置设置断点选择清单标识脚本开始回放

    The developer starts up the application locally in debug mode, sets a break point at an appropriate point, selects the script identified in the ticket, and starts playback.

    youdao

  • 最后测试团队应用程序尽可能接近推向中断点发现潜在错误

    Finally, the testing team will work to push applications as close as possible to the breaking point to find latent bugs.

    youdao

  • 新建JSP文件编译,应用程序会重新部署服务器上,调试器会停设置断点的位置。

    Your newly created JSP is compiled, the application is redeployed to the server, and the debugger stops at the line you put the breakpoint on.

    youdao

  • 在下面的范例中,假设程序第22一个断点

    In the example below, imagine that you have a breakpoint at line 22 of the application, within a loop.

    youdao

  • 使用这种方法管理员程序可能会觉得麻烦—至少他们现在需要开始设置断点调试php脚本

    Administrators or programmers using this method might be left scratching their heads and - at the very least - be in a place where they need to start setting breakpoints and debugging the PHP script.

    youdao

  • 第14断点会显示一个箭头标示着程序执行停止在此

    A small arrow appears over the breakpoint icon at line 14, indicating that execution has stopped there.

    youdao

  • 然后左边空白处点击设置断点使用调试启动应用程序

    You then set a breakpoint by clicking in the gutter in the left-hand margin and launch the application using the debugger.

    youdao

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

    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.

    youdao

  • 设置断点后,单击Run按钮(样子为一个奔跑)启动程序

    With the breakpoint set, click on the run button, which displays a man running, to start the program.

    youdao

  • 使用一辅助功能调用使程序包含断点

    Use this auxiliary subroutine to make your program contain a breakpoint.

    youdao

  • 运行整个应用程序之前在GetFlights .jsp页面设置一个断点然后debug模式启动Tomcat服务器

    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.

    youdao

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

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

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