phpstorm-vagrant-xdebug 接下来可以愉快的玩耍了

文章目录

Vagrant中xdebug配置

1
2
3
4
xdebug.remote_enable = on
xdebug.remote_port = 9001
xdebug.remote_connect_back = on
xdebug.idekey = "vagrant"

sudo service php5-fpm restart

PhpStorm 设置

Server设置

Web Application

接下来可以愉快的玩耍了