XAMPP PHPSTORM XDEBUG 配合使用

1.xdebug 配置

安装完xampp 进入 php.ini

[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.idekey="PHPSTORM"
xdebug.remote_enable = On
xdebug.remote_host = "localhost"
xdebug.remote_port=9000
xdebug.remote_handler = "dbgp"

上述配置完后后,开始-运行-cmd

在cmd中输入 php.exe 的路径 c:xampp\php\php.exe –m

 

出现下图所示表示xdebug配置成功

2.phpstorm

File-Settings-Servers

 

File-Settings-Debug

File-Setting-Debug-DBGp Proxy

3.PHPStorm 主界面中点击 View

在Server中选择刚才所创建的服务

点击OK后,,点击一下,变成

这种状态。

4.测试

断点后点击小虫子就可以了。

XAMPP PHPSTORM XDEBUG 配合使用,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。