add xDebug to vagrant vm

This commit is contained in:
Jakob Schrettenbrunner 2017-06-12 17:06:31 +02:00
parent 947c8e8e70
commit 659bb3aa70
2 changed files with 16 additions and 2 deletions

10
.dev/vagrant/xdebug.ini Normal file
View file

@ -0,0 +1,10 @@
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.scream=0
xdebug.show_local_vars=1
xdebug.idekey=PHPSTORM
xdebug.remote_log=/tmp/xdebug.log