美文网首页
Xdebug配置使用

Xdebug配置使用

作者: 陈文瑜 | 来源:发表于2019-07-20 15:24 被阅读0次

centos远程配置

  • php.ini配置
    xdebug.idekey=PHPSTORM
    xdebug.remote_connect_back = 1
    xdebug.remote_enable=on
    #本机地址
    xdebug.remote_host=113.246.233.188
    xdebug.auto_trace = 1
    xdebug.remote_log = /tmp/xdebug.log
    
  • phpstorm新建远程项目 image
  • 选择远程项目类型 image
  • 连接项目 image
  • 配置远程服务 image

相关文章

网友评论

      本文标题:Xdebug配置使用

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