【xdebug】 windows xdebug 配置

[xdebug]

zend_extension = C:phpStudyphp53nextphp_xdebug-2.6.1-7.0-vc14-nts-x86_64.dll
xdebug.idekey=PHPSTORM
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port = 9100
xdebug.show_error_trace = 1
xdebug.remote_autostart=1

原文地址:https://www.cnblogs.com/china-flint/p/9668486.html