Mac系统下安装PHP Xdebug

Mac下安装PHP调试工具Xdebug

安装步骤

brew install php70

brew install php70-xdebug

php -i | grep xdebug.ini找到xdebug.ini的配置文件我的是/usr/local/etc/php/7.0/conf.d/ext-xdebug.ini

vim /usr/local/etc/php/7.0/conf.d/ext-xdebug.ini

配置如下: [xdebug] zend_extension="/usr/local/opt/php70-xdebug/xdebug.so" xdebug.remote_enable = On xdebug.remote_handler = dbgp xdebug.remote_host= localhost xdebug.remote_port = 9001 #这个端口不要被占用即可,可以自行指定 xdebug.idekey = PHPSTORM xdebug.remote_autostart=1 xdebug.remote_log=https://www.jb51.net/var/tmp/xdebug.log

在PHPStorm中配置

我的调试地址::8080/email/send.php?XDEBUG_SESSION_START=15550

愉快的调试吧,哈哈

您可能感兴趣的文章:

相关文章

最新评论

站长推荐

正版 Windows 10

正版Windows 10 家庭/专业版,操作系统限时抢购[¥1088→¥248]

站长推荐

正版 Office 软件

Microsoft Office 2016/2019/365 正版最低价仅需[ ¥148元]

大家感兴趣的内容

最近更新的内容

常用在线小工具

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/73fb06ef6dca36347813c773f1524939.html