Firebug 1.1 Release Notes
From FirebugWiki
Revision as of 09:16, 18 October 2011 by Sebastianz (Talk | contribs)
Contents |
[edit] Features and changes
[edit] General
- Supports Firefox 3
- 'About' added to Help menu.
- Internal firebug debug output
- support for Chromebug extension
[edit] Console
- CSS errors report against source lines,
- BreakOnError puts error text in status bar
- New Console options Show Chrome Errors, Show Chrome Messages and Show External Errors
[edit] Script
- eval() debugging
- browser-generated event handler debugging
- executable lines marked with green line numbers
- Stack side panel on "Script" panel for callstack
- ScriptPanel->Options->Break On Top Level, like break on next
- limit filenames on locationList (script files) to 60 chars to avoid spilling UI
- "better" debugging icons
[edit] Net
- Cache tab for Net panel contributed by Kyle Scholz
- Spy was redesigned to avoid wrapping of XMLHttpRequest object that had caused many issues
[edit] External edtiors
- External editors configuration, "Open With Editor" menu
- Aptana IDE editor integration