phpstorm + xdebug php.ini 配置

xdebug.idekey=PhpStorm
xdebug.remote_enable = On
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
xdebug.profiler_output_dir="E:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="E:\phpStudy\tmp\xdebug"
zend_extension="E:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"

猜你喜欢

转载自blog.csdn.net/qq_24094887/article/details/81772799