美文网首页
Xdebug安装:

Xdebug安装:

作者: Mracale | 来源:发表于2021-02-25 17:58 被阅读0次

    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"
    

    相关文章

      网友评论

          本文标题:Xdebug安装:

          本文链接:https://www.haomeiwen.com/subject/hlmufltx.html