phpstorm + xdebug 配置

时间:2021-11-20 03:00:09

PHPSTORM版本 : 8.0.1

PHP版本 : 5.6.2

把php-xdebug.dll复制到xamapp/php/ext目录下,打开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

重启apache后,查看phpinfo()

接下来查看phpstorm中的xdebug配置

phpstorm + xdebug 配置

phpstorm + xdebug 配置

然后设置debug

phpstorm + xdebug 配置

phpstorm + xdebug 配置

添加本地的webserver

phpstorm + xdebug 配置

phpstorm + xdebug 配置

phpstorm + xdebug 配置

最后开始调试:打好第一个断点,选中配置的debug,  按旁边的臭虫 按钮