Venkman/Firebug Comparison: Difference between revisions

m
no edit summary
(Venkman doesn't print widgets. I've only ever heard of Chromebug not working.)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|-
|-
| Chrome debugging
| Chrome debugging
| Chrome debugging ostensibly available via Chromebug
| "ChromeBug" variant for debugging chrome (http://getfirebug.com/wiki/index.php/Chromebug)
|-
|-
| Customizable panel layout (detach/dock/move/hide)
| Customizable panel layout (detach/dock/move/hide)
|  ?
| All "panels" are different tabs. The entirety of the UI can be docked to a Firefox window or undocked, as a separate window.
|-
|-
| debugger keyword
| debugger keyword
Line 18: Line 18:
|-
|-
| Break for errors/exceptions
| Break for errors/exceptions
|  ?
| Break on Errors, DOM Mutation, XHR, support eval
|-
|-
| Interactive session with commands to achieve most things possible from the GUI.  API and loading mechanism to extend the command set with additional commands.
| Interactive session with commands to achieve most things possible from the GUI.  API and loading mechanism to extend the command set with additional commands.
Line 24: Line 24:
|-
|-
| JS in interactive session executed in context of the page being debugged.
| JS in interactive session executed in context of the page being debugged.
| "
| command line
|-
|-
| No printing of interactive widgets.
| No printing of interactive widgets.
Line 31: Line 31:
| Conditional breakpoints/execute function on breakpoint
| Conditional breakpoints/execute function on breakpoint
| Conditional breakpoints
| Conditional breakpoints
|-
| See DOM Inspector. :-)
| XUL inspector + CSS view
|}
|}
Confirmed users
146

edits