vccw - 如何设置xdebug.remote_host?

时间:2017-09-28 16:15:10

标签: vagrant

我正在使用vccw反过来 Wordpress on Vagrant
为了进行调试,我需要将xdebug.remote_host设置为10.0.2.2 如果我在php.ini文件中更改它,则会被忽略 default.yml中的默认值是错误的。

如何设置xdebug.remote_host

2 个答案:

答案 0 :(得分:0)

查看此链接,您将能够找到您的快乐: https://www.theodo.fr/blog/2016/08/configure-xdebug-phpstorm-vagrant/

答案 1 :(得分:0)

  1. vagrant ssh

  2. sudo vi /etc/php/7.0/apache2/conf.d/99-vccw.ini

  3. 设置行xdebug.remote_host中的值,保存,退出

  4. sudo service apache2 restart