好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

php怎么安装xdebug扩展

zend_extension = "D:\phpStudy2018\PHPTutorial\php\php-7.1.13-nts\ext\php_xdebug-2.7.2-7.1-vc14-nts.dll"xdebug.remote_enable=1xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000xdebug.idekey="PHPSTORM"

step5 重启phpstudy,查看xdebug插件是否安装成功

step6 配置phpstorm

经过上面几个步骤,我们就安装好了php的xdebug扩展,并且配置好了phpstorm中的相关配置,下面就可以使用phpstorm的xdebug功能进行调试工作啦。

以上就是php怎么安装xdebug扩展的详细内容!

查看更多关于php怎么安装xdebug扩展的详细内容...

  阅读:38次