Venkman/Firebug Comparison: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(remove implied "Supports" and "out-of-the-box"; elaborate and clarify panel features; th)
No edit summary
Line 12: Line 12:
|-
|-
| debugger keyword
| debugger keyword
|  ?
|-
| Browse/filter by file and browse by function (Loaded Scripts panel), or browse by open windows and list active scripts for that context (Open Windows panel).  Displayed as trees in panels (therefore with views that stay alive).
| List of all files in a menupopup (therefore volatile, with the view staying alive only as long as the popup).
|-
| Break for errors/exceptions
|  ?
|-
| Interactive session with commands to achieve most things possible from the GUI
|  ?
|-
| Conditional breakpoints/execute function on breakpoint
|  ?
|  ?
|}
|}

Revision as of 15:02, 27 May 2011

This document is meant to compare Venkman features with Firebug features.

Venkman Firebug
Chrome debugging "ChromeBug" variant for debugging chrome
Customizable panel layout (detach/dock/move/hide)  ?
debugger keyword  ?
Browse/filter by file and browse by function (Loaded Scripts panel), or browse by open windows and list active scripts for that context (Open Windows panel). Displayed as trees in panels (therefore with views that stay alive). List of all files in a menupopup (therefore volatile, with the view staying alive only as long as the popup).
Break for errors/exceptions  ?
Interactive session with commands to achieve most things possible from the GUI  ?
Conditional breakpoints/execute function on breakpoint  ?