phpstrom+xdebug配置

Posted 小慧blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpstrom+xdebug配置相关的知识,希望对你有一定的参考价值。

 

1.确认是否安装了xdebug

2.在php.ini文件中配置如下

[xdebug]  
zend_extension="D:\\wamp\\php-5.6.2-x64\\ext\\php_xdebug-2.2.5-5.6-vc11-x86_64.dll"  
xdebug.remote_enable = On  
xdebug.remote_handler = dbgp     
xdebug.remote_host= localhost  
xdebug.remote_port = 9000  
xdebug.idekey = PHPSTORM  

3.phpstorm的设置

 还有问题,可参考http://blog.csdn.net/ty_hf/article/details/50768702

以上是关于phpstrom+xdebug配置的主要内容,如果未能解决你的问题,请参考以下文章

phpstrom xdebug phpstudy调试,跳不到设置断点的原因,以及配置方法

phpstrom进行断点调试的配置

PHPstudy + phpstrom +xdebug 断点调试(windows) - CSDN博客

phpstrom + xdebug 断点调试

工具系列 | PHPSTROM 连接Docker容器 && 配置XDEBUG调试

xdebug PHPStrom调试 安装