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

XAMPP  PHPSTORM  XDEBUG   配合使用

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

XAMPP  PHPSTORM  XDEBUG   配合使用

2.phpstorm

File-Settings-Servers

XAMPP  PHPSTORM  XDEBUG   配合使用

File-Settings-Debug

XAMPP  PHPSTORM  XDEBUG   配合使用

File-Setting-Debug-DBGp Proxy

XAMPP  PHPSTORM  XDEBUG   配合使用

3.PHPStorm 主界面中点击 View

XAMPP  PHPSTORM  XDEBUG   配合使用

XAMPP  PHPSTORM  XDEBUG   配合使用

XAMPP  PHPSTORM  XDEBUG   配合使用

XAMPP  PHPSTORM  XDEBUG   配合使用

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

XAMPP  PHPSTORM  XDEBUG   配合使用

点击OK后,XAMPP  PHPSTORM  XDEBUG   配合使用,点击一下,变成

XAMPP  PHPSTORM  XDEBUG   配合使用这种状态。

4.测试

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

上一篇:Java程序员进阶架构师推荐阅读书籍


下一篇:phpstorm xdebug