PHP xdebug wamp 自动创建配置文件


php xdebug wamp automatically create profile file

这件事快把我逼疯了。我在 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.ini 文件。对不起,伙计们,它发生了。