MAC下安装Xdebug
环境
首先安装 autoconf
下载最近版的Xdebug源码解压 cd到目录去
phpize
./configure
make
sudo make install
php.ini文件添加
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so"
[xdebug]
xdebug.idekey="PHPSTORM7"
xdebug.remote_enable=On
xdebug.remote_host= localhost
xdebug.remote_port=9000
重启apache sudo apachectl restart
phpinfo()
phpstorm 设置
安装firefox插件 The easiest Xdebug 2.0
IDE key for remote debugging:PHPSTORM7 这里和php.ini中一致
打开phpstorm 进入项目
激活 firefox的红色虫子
输入项目地址访问
安装成功
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。