Dienstag, Januar 02, 2007

Firefox Extension FireBug

Ein Freund hat mich auf die Extension FireBug hingewiesen.

Highlights:

  • JavaScript debugger for stepping through code one line at a time
  • Status bar icon shows you when there is an error in a web page
  • A console that shows errors from JavaScript and CSS
  • Log messages from JavaScript in your web page to the console (bye bye "alert debugging")
  • An JavaScript command line (no more "javascript:" in the URL bar)
  • Spy on XMLHttpRequest traffic
  • Inspect HTML source, computed style, events, layout and the DOM

Keine Kommentare: