Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
优秀的 Firebug 提供了日志功能,如console.error()和console.info()。但是,Firebug 中的选项卡(或药丸?)仅选择完全相同的级别。也就是说,当我点击“错误”时,我得到了所有的错误(这很好),但是当我点击“警告”时,我只得到了所有的警告,而不是错误——这很糟糕。
console.error()
console.info()
这是错误还是功能?有选择吗?难道我不应该能够看到所有的警告和错误,而不会被调试的东西所困扰吗?
目前没有选项只显示警告和错误。因此,我创建了一个增强请求,允许在 Firebug 问题跟踪器中同时选择多个过滤器。