xdebug 配置

Posted fengxiaoyao

tags:

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

打开phpinfo 复制

粘贴到

https://xdebug.org/wizard.php

就会给出 xdebug的版本,下载就好

 

放进php目录下

 

 

[Xdebug]
zend_extension="E:xamppphpextphp_xdebug.dll"
xdebug.auto_trace = On    
xdebug.show_exception_trace = On    
xdebug.remote_autostart = On      
xdebug.remote_enable = On    
xdebug.remote_host = 127.0.0.1    
xdebug.remote_port = 9000    
xdebug.remote_handler = dbgp
xdebug.idekey = PHPSTORM

 

 

虽然不知道为什么但是这么配置我的php.ini 我的JetBrains PhpStorm 2016.2 就可以使用xdebug了










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

php扩展之xdebug配置

Xdebug 配置

xdebug配置

xdebug 配置

Phpstorm-Xdebug配置

xdebug配置