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 配合使用
时间: 2024-11-04 15:23:17