FireBug美工用的非常普遍,公司美工妹妹用的非常熟練 呵呵,而對(duì)于我們開發(fā)人員,主要用它來Debug JS。看看官方對(duì)Debug功能的介紹。 Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and see what each variable looked like at that moment. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast. 簡(jiǎn)而言之,F(xiàn)ireBug 可以讓我們?cè)谌魏螘r(shí)候debugJS 并查看變量,同時(shí)可以通過它找出JS中性能瓶頸。 下圖是如何找到Web應(yīng)用的JS,激活Firebug,點(diǎn)Script,然后在All 旁邊選擇你要Debug的JS。