getfirebug.com 刚刚发布了 Firebug 1.7b1 + Chromebug 1.7b1!
自从 Firefox 4 即将发布 RC 版,Firebug 也准备好完全支持最终的 4.0 正式版,从今天开始 Firebug 进入了 beta 测试状态,目前是 beta1。
该版本修复了上个alpha版的26个问题。
主要包括:
- Only show applied styles in Style side panel (issue 223). If you dealing with a page that uses a lot of CSS rules and the Style side panel looks messy showing also overwritten declarations, you can utilize a new Only Show Applied Styles filter.

- Goto a line number available in the Script panel is now more visible in the UI (issue 887).
1. Switch to the Script Panel
2. Scroll the Script Panel
3. Press Ctrl+L
4. Check the search-box that indicates what to do…
- Do you use “Open With Editor” feature? Now you can pass even a line number when invoking an editor. This way you can start script editing immediately at the right place and avoid tedious scrolling (issue 1480).
- Better representation of the Date object within Firebug console (issue 4088). If you log a date object into the console you can see its actual value now.

- Firebug console also supports logging of the globalStorage field. See following screenshot with an example.

- Extending Firebug: better API for reusing an info-tip within a Firebug extension (issue 4175).
暂无更多评论