Mac从入门到痴迷系列之phpstorm配置xdebug

安装 xdebug

pecl channel-update pecl.php.net
pecl install xdebug

配置debug;

vim vim /usr/local/etc/php/7.2/php.ini

增加如下配置

[xdebug]
xdebug.remote_enable=On


开启成功的标志可以从 phpinf() 中查看;

配置 phpstorm ;

增加 Servers

选中 Navigation Bar

配置 xdebug ;

选中我们之前创建的 servers;

安装 chrome 插件;

选中 phpstorm;

开启debug;

增加断点;

白俊遥博客
请先登录后发表评论
  • latest comments
  • 总共4条评论
白俊遥博客

Ryan :downloading xdebug-2.6.1.tgz ... Starting to download xdebug-2.6.1.tgz (283,961 bytes) ..........................................................done: 283,961 bytes 79 source files, building running: phpize Configuring for: PHP Api Version:         20170718 Zend Module Api No:      20170718 Zend Extension Api No:   320170718 autom4te: need GNU m4 1.4 or later: /usr/bin/m4 ERROR: `phpize' failedMacOS你们安装的时候没有遇到这个问题吗

2019-01-29 16:57:35 回复

白俊遥博客

‭ 故里 :不下载浏览器xdebug 也可以用吧,我没下

2019-01-22 17:46:07 回复

白俊遥博客

null :测试评论

2019-01-21 14:35:14 回复

白俊遥博客

nothing. :测试评论

2019-01-08 23:33:08 回复