• Xdebug can provide a detailed timeline as an execution trace.

    Xdebug可以提供详细时间线进行执行跟踪

    youdao

  • Part 2 presents XDebug, a PHP extension to profile your PHP code.

    第2部分介绍了XDebug,它是配置php代码的PHP扩展

    youdao

  • If XCache and XDebug are turbochargers, memcached is a jet engine.

    如果XCacheXDebug涡轮增压器那么memcached就是喷气发动机

    youdao

  • Listing 4 shows all the relevant Settings for Xdebug for your php.ini file.

    清单4显示了php . ini文件的Xdebug所有相关设置

    youdao

  • As with dumps, Xdebug has several php.ini options to customize what is traced.

    转储一样Xdebug若干个php . ini选项用于定义跟踪内容。

    youdao

  • If you don't see an Xdebug section in the output of phpinfo , Xdebug failed to load.

    如果phpinfo输出没有看到Xdebug部分,则Xdebug装入失败

    youdao

  • Xdebug should appear next to the logo if Xdebug has been properly loaded and configured.

    如果正确安装配置了Xdebug,它将显示徽标旁边

    youdao

  • Ignoring the latter, let's configure Xdebug with reasonable Settings to help debug PHP code.

    忽略后者我们一些合理设置配置Xdebug帮助调试php代码。

    youdao

  • After the Xdebug extension is installed, you're ready to enable and configure the extension.

    安装了Xdebug扩展可以准备启用配置扩展了。

    youdao

  • With this Xdebug configuration in place, you now have more clues to track down the perpetrator.

    Xdebug配置就绪后,现在更多线索可以跟踪犯罪者。

    youdao

  • Xdebug also includes a set of functions that you can add to your code to yield runtime diagnostics.

    Xdebug包括函数可以将这组函数添加代码进行运行时错误诊断。

    youdao

  • When the code moves to production, Xdebug is likely to be disabled, rendering this variable harmless.

    代码投入生产时,可能禁用Xdebug呈现这个变量将不会造成什么损失。

    youdao

  • But if you have a development system and can install Xdebug, squashing those bugs becomes a lot easier.

    但是如果开发系统并且可以安装Xdebug那么更正这些错误就会变得轻松得

    youdao

  • If you use Xdebug with PHP V5 classes, the dump includes such attributes as public, private, and protected.

    如果结合使用XdebugPHPv 5转储包括public、privateprotected之类的属性

    youdao

  • By default, Xdebug displays fields for time, memory usage, function name, and the depth of the function call.

    默认情况下,Xdebug显示时间内存使用量函数函数调用深度字段

    youdao

  • When tracing is enabled, Xdebug logs each function call, including each function's arguments and return value.

    跟踪启用后,Xdebug记录所有函数调用包括每个函数参数返回

    youdao

  • Here's one more tip: Xdebug provides an enhanced var_dump function that's especially helpful with PHP arrays and classes.

    下面另外技巧Xdebug提供了个增强型var_dump函数,它对于php数组尤为有帮助

    youdao

  • Like many other PHP extensions, Xdebug builds readily, installs quickly, and configures easilyall in about 10 minutes.

    其他众多PHP扩展一样,Xdebug容易构建、安装快捷易于配置——所有这些工作10分钟内即可完成

    youdao

  • Once you have Xdebug 2 installed, the following lines in your.htaccess will turn on auto profiling for all requests handled by PHP.

    一旦安装xdebug2,下边代码所以PHP接管的请求开启autoprofiling”功能。

    youdao

  • Armed with XDebug metricsand not beforeyou can optimize your code to tweak algorithms, reduce bottlenecks, and relieve excessive memory use.

    拥有XDebug度量之后——不是之前——可以优化代码调整算法减少瓶颈减轻过多内存使用

    youdao

  • As with other PHP extensions, to verify that Xdebug is installed and available, create a bare-bones PHP program to call phpinfo and scan the results.

    对于其他php扩展验证Xdebug是否安装可用可以创建一个简单的骨架php程序调用phpinfo查看结果。

    youdao

  • XDebug is something akin to a software X-ray: it peers into your application, exposes its inner workings, and reveals how your code spends its cycles.

    XDebug类似软件x光照片的内容:将深入应用程序揭露内部工作原理并且揭示代码如何度过周期。

    youdao

  • However, because xdebug is intended for use during development and assuming that the path to xdebug.so is correct, disable other extensions and retry.

    但是由于xdebug适于开发使用假定xdebug . so的路径正确,因此需要禁用其他扩展并重试。

    youdao

  • Xdebug intervenes after 49 function calls and yields Figure 2. (By the way, the initial invocation of main to launch the program counts as the first frame.)

    Xdebug49次函数调用后介入得到2(顺便说一句,main的初始调用用于启动程序计数作为第1次调用)。

    youdao

  • The directives (in the far left column in the large table in Figure 1) are just some of the parameters you can set to alter the behavior of the Xdebug extension.

    指令1 中大左侧一列一些可以设定参数,用于改变Xdebug 扩展的行为

    youdao

  • Installing Xdebug on your apache/PHP development server is beyond the scope of this post, but a quick ‘sudo pecl install xdebug-beta’ and a one line edit to my php.ini

    apache/php开发环境上安装Xdebug已经超出了我们文章范围

    youdao

  • The first line loads the Xdebug extension; the second disables the profiler feature of Xdebug (just to keep things simple), and the third enables the debug features of the extension.

    第一将装入Xdebug扩展第二行将禁用Xdebug分析器功能(只是为了简单起见),第三行将启用扩展的调试功能

    youdao

  • The first line loads the Xdebug extension; the second disables the profiler feature of Xdebug (just to keep things simple), and the third enables the debug features of the extension.

    第一将装入Xdebug扩展第二行将禁用Xdebug分析器功能(只是为了简单起见),第三行将启用扩展的调试功能

    youdao

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

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

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