1、虚拟机xdebug
[root@virtualmachine lib]# cat php.ini |grep xdebug
[xdebug]
zend_extension= /app/php5/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=172.18.15.202 #本机ip
xdebug.remote_port=9010
xdebug.idekey = PHPSTORM
[root@virtualmachine lib]#
2、php中做好远程映射
如本机
D:\test
虚拟机
[root@virtualmachine test]# pwd
/app/www/test