【问题标题】:Firebug: How do I get only the list console.log() items in the console tab?Firebug:如何在控制台选项卡中仅获取列表 console.log() 项目?
【发布时间】:2016-06-25 21:57:38
【问题描述】:

在调试过程中,我感觉有时只能在开发者工具的Console 选项卡中看到console.log() 的东西。我如何实现这一目标?如果这一切在 Firebug 中都是可行的,那么哪些设置或配置将帮助我实现这一目标?

【问题讨论】:

    标签: firefox webkit firebug firefox-developer-tools


    【解决方案1】:

    没有选项(也没有隐藏选项)仅在 Firebug 中显示 console.log() 输出(从版本 2.0.x 开始)。

    它提供的唯一过滤器显示在面板工具栏中,用于错误(如console.error())、警告(如console.warn())、信息消息(如console.info())和调试消息(如console.debug() ) 和 cookie。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-26
      • 2011-06-15
      • 2011-01-01
      • 2014-03-07
      • 2021-12-22
      • 2017-02-20
      相关资源
      最近更新 更多