WEB开发调试利器:Firebug

 

、效果

二、主要功能

  • 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的调试功能,非常方便,可以设置断点,鼠标移至变量名上,可以得到相应值的提示。太棒了!

三、非Firefox浏览器的解决方案:Firebug Lite

对于非Firefox浏览器,Firebug也有相应的解决方案—Firebug Lite,通过使用console.log()输出错误信息至Firebug 控制台。

1.下载Firebug Lite

下载地址:http://getfirebug.com/releases/firebuglite1.0-b1.zip,解压至WEB目录,比如/js/firebug/。

在页面中增加以下代码:

  1. <script language="javascript" type="text/javascript" 
  2.             src="/path/to/firebug/firebug.js"></script>

如果不想安装Firebug Lite,只是为了避免Javascript错误,可以点击这里下载firebugx.js然后copy至代码中即可。

这个文件的代码如下:

  1. if (!("console" in window) || !("firebug" in console))
  2. {
  3.     var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
  4.     "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
  5.  
  6.     window.console = {};
  7.     for (var i = 0; i < names.length; ++i)
  8.         window.console[names[i]] = function() {}
  9. }

2.使用Firebug Lite
默认情况下,打开页面后,可以按F12开启Firebug的控制台,如果不想频繁按F12来进入调试状态,也可在HTML元素上增加 debug=”true” ,如下:

  1. <html debug="true">

3.使用命令行

Firebug也包含一个命令行程序,可以使用以下快捷键Ctrl+Shift+L (or ⌘+Shift+L on Mac)

4.测试页面
按 F12 或 Ctrl+Shift+L,就可以看到效果了。

10 留言 »

  1. allergies…

    allergies…

    Trackback 由 allergies — 2007/03/21 @ 10:32

  2. phentrimine

    buy phentermine online…

    Trackback 由 phenterimne — 2007/04/21 @ 10:58

  3. buy phentermine without prescription…

    buy phentermine without prescription…

    Trackback 由 buy phentermine without prescription — 2007/05/2 @ 17:38

  4. phenterine

    buy phentermine without prescription…

    Trackback 由 phenterimne — 2007/05/3 @ 10:51

  5. phenntermine

    buy phentermine without prescription free fedex delivery…

    Trackback 由 phentramine — 2007/05/5 @ 11:21

  6. Norvasc…

    for%2Bmore%2Binfo%2Bclick%2Bto%2B%2B%253Ca%2Bhref%253D%2Bhttp%253A%252F%252Fihome.coms.hkbu.edu.hk%252F%257E03wmwong%252Fgrad%252FImitrex%252Findex.html%2B%253EImitrex%253E%253Eimitrex%2Bside%2Beffects%253E%253Eimitrex%2Btramadol%253C%252Fa%253E%2B%255…

    Trackback 由 Norvasc — 2007/05/7 @ 3:15

  7. isnurance

    insurance…

    Trackback 由 ensurance — 2007/05/8 @ 10:41

  8. viagra norvasc…

    +%3Ca+href%3D+http%3A%2F%2Fihome.coms.hkbu.edu.hk%2F%7E03wmwong%2Fgrad%2FLipitor%2Findex.html+%3Elipitor+weight+gain%3C%2Fa%3E+%5BURL%3D+http%3A%2F%2Fihome.coms.hkbu.edu.hk%2F%7E03wmwong%2Fgrad%2FLipitor%2Findex.html+%5Dlipitor+weight+gain%5B%2FURL%5D+…

    Trackback 由 viagra norvasc — 2007/05/8 @ 19:29

  9. interactions norvasc lipitor melatonin…

    %2B%253Ca%2Bhref%253D%2Bhttp%253A%252F%252Fihome.coms.hkbu.edu.hk%252F%257E03wmwong%252Fgrad%252FImitrex%252Findex.html%2B%253Eimitrex%2Btramadol%253C%252Fa%253E%2B%255BURL%253D%2Bhttp%253A%252F%252Fihome.coms.hkbu.edu.hk%252F%257E03wmwong%252Fgrad%252…

    Trackback 由 interactions norvasc lipitor melatonin — 2007/05/9 @ 11:47

  10. phentermiine

    buy phentermine…

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值