这件事快把我逼疯了。我在 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 配置。