xdebug的安装与调试

xdebug的安装

  • 下载
    wget https://xdebug.org/files/xdebug-2.4.0rc4.tgz

  • 安装
    tar zxvf xdebug-2.4.0rc4.tgz
    /data1/php/bin/phpize
    ./configure –with-php=/data1/php/bin/php-config && make && make install

  • 配置server

  • 配置client(phpstorm)

坚持原创技术分享,您的支持将鼓励我继续创作!