2010년 11월 21일 일요일

FireBug

Firebug is very good tool to debug the html, css, javascript and other browser facilities.
And this tool can change the CSS style directly without modifying source codes and so you can check the result simultaneously.
Also, when you debug the javascript code in the pages, you are able to set the breakpoint in the line of javascript and use the usual debugging options like step in , step out, go.
For other feature, Firebug provides the function to measure the speed of loading the pages.
The Net console shows the graphical elements indicating the downloading time.