phpstorm xdebug远程调试虚拟机php

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

    A+
发布日期:2017年11月07日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: