Xdebug安装:

2021-02-25  本文已影响0人  Mracale

1.复制完整的phpinfo网页源代码

2.打开这个网页http://xdebug.org/wizard,在文本框中粘贴源代码

3.按照提示信息进行安装

[Xdebug]
zend_extension = D:\phpstudy_pro\Extensions\php\php7.3.4nts\ext\php_xdebug-3.0.3-7.3-vc15-nts-x86_64.dll
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.idekey = "PHPSTORM"
上一篇 下一篇

猜你喜欢

热点阅读