php配置xdebug

2018-11-30  本文已影响16人  lookphp

参考文档: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
配置参考

上一篇 下一篇

猜你喜欢

热点阅读