• For more information, see Using the Debugger.

    有关更多信息请参见使用调试器。

    youdao

  • Next up is setting breakpoints in PHP using the debugger.

    下面调试PHP中设置断点

    youdao

  • I make a list of these and then, typically using the debugger at run time, I validate these assumptions.

    这些侦听器列表一般运行使用调试验证我的假设

    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

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

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

    youdao

  • You can decide whether to implement everything in the source code or to change the parameters during runtime using the debugger.

    我们可以决定源代码实现所有的功能,还是运行时使用调试修改这些参数

    youdao

  • Using the debugger, you can see exactly how your application is working by stepping through each statement as it executes and by viewing the data in each variable.

    使用错工具,藉由应用程式执行逐步执行每个陈述式检视每个变数中的资料了解应用程式的具体运作方式

    youdao

  • The GDB will load the executable's symbols and then display an input prompt to allow you to start using the debugger. There are three ways to view a process with GDB.

    gdb载入可执行程序符号显示输入提示符可以开始使用调试器

    youdao

  • Using the debugger, you can start, or continue, execution, break execution, stop execution, step through your application, run to a specified location, and set the execution point.

    使用调试器可以执行下列操作:开始(继续)执行、中断执行、停止执行、逐句通过应用程序、运行指定位置以及设置执行点。

    youdao

  • Debugging a problem involves locating the source of the problem using a debugger (or any other tool) and using the source code to track the root cause of the problem.

    调试一个问题涉及到:使用调试器(任何其它工具)找到问题根源以及使用源代码跟踪导致问题根源。

    youdao

  • Using them along with the debugger helps you track memory use with the program execution which manifests a memory error.

    利用它们这个调试器将帮助跟踪带有程序执行内存表明一个内存错误

    youdao

  • Moreover, you can debug mediation flows using an in-place visual debugger where you can add breakpoints, and step into, through, or over areas of interest while inspecting the values of the messages.

    而且可以使用其中可视化调试器来调试中介,在这个可视化调试器中查看消息过程中,可以添加断点跳入、单步遍单步跳过感兴趣部分。

    youdao

  • For most simple changes you can probably get away with editing the XSL using a text editor, but for bigger work you probably will want to use an XSL debugger.

    对于大多数简单改动大概可以侥幸使用文本编辑器编辑XSL但是对于大型的工作,你大概需要使用XSL调试器了。

    youdao

  • This is done either by instrumenting the code, using a debugger, or instrumenting the execution environment.

    可以通过操作代码使用调试器操作执行环境完成

    youdao

  • These allow for faster problem determination, and are part of the major advantages of using the IBM Debugger solution.

    它们可以支持更快问题解决方法实现使用IBM调试主要优势

    youdao

  • Apart from using Purify APIs in the debugger, you can also embed them from programs for checking errors and reporting extra information.

    除了使用这个调试器中的Purifyapi外,可以它们嵌入程序校验错误报告额外的信息

    youdao

  • For Scenario 1, we use two sample programs with memory allocation problems that we debug using the MEMWATCH and Yet Another Malloc Debugger (YAMD) tools.

    第1种情况中我们使用两个内存分配问题样本程序使用MEMWATCHYetAnotherMallocDebugger (YAMD)工具来调试它们。

    youdao

  • Now that all the parts of the PHP IDE and Zend debugger are in place, you'll set up a debug session using a current Drupal project within Eclipse.

    既然PHPIDEZend调试所有部分都已经就位了,可以Eclipse中使用当前Drupal项目设置一个调试会话

    youdao

  • If you are using the correct version of PHP, you can install and configure the DBG debugger to work with your Eclipse setup.

    如果使用正确PHP版本那么可以安装配置dbg调试器来处理Eclipse设置

    youdao

  • The KGDB program (remote host Linux kernel debugger through GDB) provides a mechanism to debug the Linux kernel using GDB.

    kgdb程序(使用gdb远程主机Linux内核调试器)提供了一种使用gdb调试Linux内核的机制

    youdao

  • In fact, you can set a breakpoint at purify_stop_here (as explained earlier in the "Using purify with the debugger" section) for purify to stop at every error (or message).

    事实上可以purifypurify_stop_here设置一个观察点(正如先前阐述的那样,使用带有调试器purify部分),在每次运到错误的时候停止(或者消息)。

    youdao

  • The debugger allows developers to step through the abstract program code using real data before the application is deployed.

    调试开发人员在应用程序部署之前使用真实数据调试抽象程序代码

    youdao

  • Memory analysis using a debugger is similar in either case, but the memory is accessed in different ways.

    使用调试器进行内存分析类似任何情况但是使用了不同的方法访问内存。

    youdao

  • This is a very simple example designed to get you started using the PHP IDE debugger.

    一个非常简单示例可以利用它学习使用PHPIDE调试器

    youdao

  • You can also test the code in traditional ways, using debugger or performing functional tests.

    可以采用传统方式代码进行测试,例如使用调试器或者执行功能测试。

    youdao

  • There are many ways to go about debugging, such as printing out messages to the screen, using a debugger, or just thinking about the program execution and making an educated guess about the problem.

    进行调试多种方法比如消息打印屏幕上使用调试器,只是考虑程序执行的情况仔细地揣摩问题所在

    youdao

  • Do you want to debug using the selected debugger?

    是否希望使用选定调试器进行调试

    youdao

  • Strategy 2: Using the kernel debugger.

    策略2使用内核调试器

    youdao

  • Using mdb, the modular debugger

    使用mdb模块化调试器

    youdao

  • Part 7: Developing XSL stylesheets using the XSL Editor and XSL debugger.

    第七部分使用XSLEditorXSLdebugger开发xsl样式表

    youdao

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

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

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