Firebug 1.1 Release Notes
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Firebug 1.1 release notes) |
Sebastianz (Talk | contribs) m (Changed title of link to current release notes) |
||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
| - | + | == Features and changes == | |
| - | + | === General === | |
* Supports Firefox 3 | * Supports Firefox 3 | ||
* 'About' added to Help menu. | * 'About' added to Help menu. | ||
| Line 7: | Line 7: | ||
* support for Chromebug extension | * support for Chromebug extension | ||
| - | ==== | + | === [[Console Panel|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 | ||
| + | |||
| + | === [[Script Panel|Script]] === | ||
* eval() debugging | * eval() debugging | ||
| - | * browser-generated event handler debugging | + | * browser-generated event handler debugging |
| - | * executable lines marked with green line numbers | + | * executable lines marked with green line numbers |
| - | * Stack side panel on "Script" panel for callstack | + | * Stack side panel on "Script" panel for callstack |
* ScriptPanel->Options->Break On Top Level, like break on next | * ScriptPanel->Options->Break On Top Level, like break on next | ||
* limit filenames on locationList (script files) to 60 chars to avoid spilling UI | * limit filenames on locationList (script files) to 60 chars to avoid spilling UI | ||
* "better" debugging icons | * "better" debugging icons | ||
| - | ==== External edtiors | + | === [[Net Panel|Net]] === |
| + | * Cache tab for Net panel contributed by Kyle Scholz | ||
| + | * Spy was redesigned to avoid wrapping of XMLHttpRequest object that had caused many issues | ||
| + | |||
| + | === External edtiors === | ||
* External editors configuration, "Open With Editor" menu | * External editors configuration, "Open With Editor" menu | ||
* Aptana IDE editor integration | * Aptana IDE editor integration | ||
| - | == | + | == See also == |
| - | * | + | * [[Firebug Release Notes|Release notes for current versions]] |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
Latest revision as of 09:16, 18 October 2011
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