WEB开发调试利器:Firebug

具体内容详见:http://getfirebug.com/
原文地址:http://www.51ajax.com/blog/?p=64
主要功能

  • Inspect and edit HTML
  • Tweak CSS to perfection
  • Visualize CSS metrics
  • Monitor network activity
  • Debug and profile JavaScript
  • Quickly find errors
  • Explore the DOM
  • Execute JavaScript on the fly
  • Logging for JavaScript

对于WEB开发人员来说,可以非常方便的得到自己想要的信息:HTML、DOM、CSS、JS,甚至各个文件的下载时间。

刚测试了一下JS的调试功能,非常方便,可以设置断点,鼠标移至变量名上,可以得到相应值的提示。太棒了!

posted @ 2007-03-12 09:08  孙英雄  阅读(1451)  评论(6编辑  收藏  举报