美文网首页
PhpStorm 配置 xdebug

PhpStorm 配置 xdebug

作者: guanguans | 来源:发表于2018-12-25 10:54 被阅读0次

    安装xdebug扩展

    安装地址参考

    image.png

    配置参考

    zend_extension="path/xdebug.so"
    xdebug.remote_enable=1
    xdebug.remote_host=localhost
    xdebug.remote_port=9001
    xdebug.remote_autostart=1
    xdebug.idekey= PHPSTORM
    ;xdebug.profiler_enable=0
    ;xdebug.profiler_output_dir="/path/tmp"
    

    浏览器安装 Xdebug helper

    Xdebug helper 配置

    PhpStorm 配置

    PHP 配置 Servers 配置 Debug 配置 Debug > DBGp Proxy 配置 image.png image.png

    相关文章

      网友评论

          本文标题:PhpStorm 配置 xdebug

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