PhpStorm中的Xdebug 配置
检测适合版本: https://xdebug.org/wizard.php
phpinfo 页html源码
将下载的文件放在此目录下: "D:\www\phpStudy\php\php-5.6.27-nts\ext
php.ini 文件写入以下配置:
[xdebug]
zend_extension="D:\www\phpStudy\php\php-5.6.27-nts\ext\php_xdebug-2.5.4-5.6-vc11-nts.dll"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_mode=req
xdebug.remote_host= localhost
xdebug.remote_port = 9000
xdebug.idekey = "PHPSTORM"
保存重启。