博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Mac下配置phpstorm
阅读量:6316 次
发布时间:2019-06-22

本文共 843 字,大约阅读时间需要 2 分钟。

使用brew install安装对应版本的XDebug。使用命令:

brew search xdebug

对于我的mac来说,要安装的版本是php7.1的XDebug,故而安装:

brew install homebrew/php/php71-xdebug

安装完毕后执行php -i | grep xdebug查看是否有输出(有输出就是安装上了)

xdebugxdebug support => enabledxdebug.auto_trace => Off => Offxdebug.cli_color => 0 => 0...

接下来 成功环节

To finish installing xdebug for PHP 7.1:
  • /usr/local/etc/php/7.1/conf.d/ext-xdebug.ini was created,

    do not forget to remove it upon extension removal.

  • Validate installation via one of the following methods:

    *

  • Using PHP from a webserver:

    • Restart your webserver.

    • Write a PHP page that calls "phpinfo();"

    • Load it in a browser and look for the info on the xdebug module.

    • If you see it, you have been successful!

      *

  • Using PHP from the command line:

    • Run php -i "(command-line 'phpinfo()')"

    • Look for the info on the xdebug module.

    • If you see it, you have been successful!

      配置环节

转载地址:http://dbuaa.baihongyu.com/

你可能感兴趣的文章
Factorialize a Number
查看>>
[USB-Blaster] Error (209040): Can't access JTAG chain
查看>>
防HTTP慢速攻击的nginx安全配置
查看>>
Spring Boot2.0+中,自定义配置类扩展springMVC的功能
查看>>
参与博客编辑器改版,我的礼物 感谢51cto
查看>>
JavaWeb笔记——JSTL标签
查看>>
一些实用性的总结与纠正
查看>>
Kubernetes概念
查看>>
一个小代码,欢迎大佬的意见,求指正
查看>>
Spring.Net+WCF实现分布式事务
查看>>
swoole异步任务task处理慢请求简单实例
查看>>
oracle数据泵导入分区表统计信息报错(四)
查看>>
spring技术内幕读书笔记之IoC容器的学习
查看>>
细说多线程(五) —— CLR线程池的I/O线程
查看>>
JavaScript instanceof和typeof的区别
查看>>
Hadoop文件系统详解-----(一)
查看>>
状态码
查看>>
我的友情链接
查看>>
多年一直想完善的自由行政审批流程组件【2002年PHP,2008年.NET,2010年完善数据设计、代码实现】...
查看>>
自动生成四则运算题目
查看>>