PhpStorm中的Xdebug 配置

Posted lishalom

tags:

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

检测适合版本: https://xdebug.org/wizard.php

phpinfo 页html源码

 

将下载的文件放在此目录下: "D:\\www\\phpStudy\\php\\php-5.6.27-nts\\ext

 

php.ini  文件写入以下配置: 

[xdebug]
zend_extension="D:\\www\\phpStudy\\php\\php-5.6.27-nts\\ext\\php_xdebug-2.5.4-5.6-vc11-nts.dll"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_mode=req
xdebug.remote_host= localhost
xdebug.remote_port = 9000
xdebug.idekey = "PHPSTORM"

 

保存重启。

 

 

 

 

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

Phpstorm+Xdebug配置

phpstorm如何配置xdebug?(hpStudy+PhpStorm+XDebug配置)

phpstorm 怎么断点调试thinkphp

PHPStorm xdebug配置

PhpStorm+Xdebug配置单步调试PHP

phpStorm中使用xdebug工具调试docker容器中的程序