xdebug配置

zend_extension="D:phpStudyphpphp-5.6.27-ntsextphp_xdebug.dll"(这里应改成相应的xdebug地址)
xdebug.remote_enable=1
xdebug.remote_host=zerg.com(这里应改成相应的域名)
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.idekey="PHPSTORM"

原文地址:https://www.cnblogs.com/phonecom/p/8667467.html