phpstorm 2017.1.4
1.XDEBUG配置照前文没变
这个没有也不要紧
xdebug.idekey = PHPSTORM
[xdebug]
zend_extension="....”
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM
http://blog.csdn.net/xujingzhong0077/article/details/50068621
2.phpstorm的xdebug配置
这里的debug port要和php.ini里面的 xdebug.remote_port相一致!默认是9000,如果9000端口被占用的话,可以改成其他端口。


2. 设置debug.


本文介绍了如何配置phpstorm 2017.1.4和xdebug进行PHP项目的调试,包括xdebug的配置、phpstorm的xdebug设置、调试服务器的添加以及使用chrome的xdebug helper插件。通过设置断点,可以实现Step Into、Step Over和Run to cursor等调试功能。
1085

被折叠的 条评论
为什么被折叠?



