[Xdebug]
;zend_extension_ts="d:/php/ext/php_xdebug.dll"
xdebug.auto_trace=on
xdebug.trace_output_dir="D:/wamp/logs"
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.profiler_enable=on
xdebug.profiler_output_dir="D:/wamp/logs"
xdebug.remote_enable=on
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
Window xdebug 修改php.ini
最新推荐文章于 2024-04-16 12:59:57 发布
本文详细介绍了Xdebug在PHP中的配置方法,包括自动跟踪、参数收集、返回值收集、性能剖析及远程调试等功能的开启与设置路径。通过这些配置,开发者可以更有效地进行代码调试和性能分析。
1198

被折叠的 条评论
为什么被折叠?



