安装完成之后启动xdebug,缺省设置下会显示warning等信息,很不方便。

可以参考

https://github.com/martomo/SublimeTextXdebug/blob/master/Xdebug.sublime-settings

屏蔽相关信息:

{
// Break on exceptions, suspend execution
// when the exception name matches an entry in this list value.
"break_on_exception": [
// E_ERROR, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR
"Fatal error",
// E_RECOVERABLE_ERROR (since PHP 5.2.0)
"Catchable fatal error",
// E_WARNING, E_CORE_WARNING, E_COMPILE_WARNING, E_USER_WARNING
//"Warning",
// E_PARSE
"Parse error",
// E_NOTICE, E_USER_NOTICE
//"Notice",
// E_STRICT
//"Strict standards",
// E_DEPRECATED, E_USER_DEPRECATED (since PHP 5.3.0)
//"Deprecated",
//
"Xdebug",
// default
"Unknown error"
]
}

最新文章

  1. SAE+WordPress快速搭建个人博客
  2. 使用redis作为session的存储方式
  3. Docker1.12 新增swarm集群
  4. 使用ASP.Net WebAPI构建REST服务(六)——Self-Host
  5. java内省机制Introspector
  6. leetcode@ [273] Integer to English Words (String & Math)
  7. CSS制作彩虹效果
  8. Action<>和Func<>区别
  9. $(document).ready(); $().ready(); $()
  10. (转) Functions
  11. Light OJ - 1058 Parallelogram Counting(判定平行四边形)
  12. 统计学习方法学习(四)--KNN及kd树的java实现
  13. (NO.00003)iOS游戏简单的机器人投射游戏成形记(十八)
  14. 网站通信协议升级到HTTPS&HTTP2
  15. Android数据库优化
  16. input 上报流程图
  17. 微信跳转技术,浏览器唤起微信,weixin://dl/business/?ticket=
  18. Mac进行 usr/bin 目录下修改权限问题,operation not permitted
  19. 拾遗----javascript一些实用方法
  20. 阿里云EDAS在本地CentOS7.5 系统搭建测试环境,部署配置中心以及部署多个war包

热门文章

  1. C# 常用语句
  2. 洛谷P1339 [USACO09OCT]热浪Heat Wave
  3. win10、win7 使用centos配置网络,可以让Xshell进行连接,虚拟机进行上网;
  4. JSLinq 的使用
  5. 嵌入式linux实现NAT端口映射
  6. WebFont与页面font-icon图标研究
  7. Spring Cloud-hystrix使用例子(七)
  8. SQL SERVER高级知识积累
  9. Spring MVC-表单(Form)标签-复选框集合(Checkboxes)示例(转载实践)
  10. 完毕port模型