美文网首页
php配置xdebug

php配置xdebug

作者: lookphp | 来源:发表于2018-11-30 18:38 被阅读16次

参考文档:https://xdebug.org/docs/basic

根据PHP版本(5.5)和线程安全(thread sfaety)类别(32 bit)选择对应的扩展包文件。
https://xdebug.org/download.php

image.png

Hers is an example XDebug for php 5.3 or higher:

[Xdebug] zend_extension="<path to php_xdebug.dll>" 
xdebug.remote_enable=1 
xdebug.remote_port="<the port for Xdebug to listen to>" 
(the default port is 9000) 
xdebug.profiler_enable=1 
xdebug.profiler_output_dir="<AMP home\tmp>"

try to get it to as close as possible and restart WAMP.

https://segmentfault.com/a/1190000012837091
配置参考

相关文章

网友评论

      本文标题:php配置xdebug

      本文链接:https://www.haomeiwen.com/subject/loxkcqtx.html