【问题标题】:php xdebug wamp automatically create profile filephp xdebug wamp 自动创建配置文件
【发布时间】:2012-05-03 00:34:38
【问题描述】:

这件事快把我逼疯了。我在 WAMP 上使用 xdebug,但无法让它自动生成配置文件... 这是我的 php.ini 代码:

zend_extension = "c:/wamp/bin/php/php5.3.10/zend_ext/php_xdebug-2.1.2-5.3-vc9-x86_64.dll"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\wamp\tmp\xdebug"

xdebug.auto_trace=1
xdebug.trace_output_dir="C:\wamp\tmp\xdebug"
xdebug.collect_params=1
xdebug.collect_return=1

我已经尝试了所有你能想象到的 .ini 配置。

【问题讨论】:

    标签: php debugging profile xdebug


    【解决方案1】:

    LOL 我编辑了错误的 php.ini 文件。对不起,伙计们,它发生了。

    【讨论】:

      猜你喜欢
      • 2018-09-30
      • 1970-01-01
      • 2012-05-12
      • 2020-08-03
      • 2021-04-13
      • 2019-03-15
      • 2014-04-15
      • 2011-08-05
      • 2013-01-23
      相关资源
      最近更新 更多