美文网首页
phpstrom 配置 xdebug

phpstrom 配置 xdebug

作者: _______六 | 来源:发表于2018-04-03 20:53 被阅读0次

    一、ubuntu上环境配置

    按照https://xdebug.org/wizard.php配置好xdebug
    并在/etc/php/7.1/apache2/php.ini文件中写入参数

    xdebug.remote_host=127.0.0.1
    xdebug.remote_port=9001
    xdebug.remote_enable=1
    xdebug.remote_handler=dbgp
    xdebug.remote_mode=req
    xdebug.remote_connect_back=1
    

    二、在phpstrom中调试

    web server debug validation 下

    image.png

    setting下设置


    image.png

    &

    相关文章

      网友评论

          本文标题:phpstrom 配置 xdebug

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