|
|
|
|
|
by metamemetics
5784 days ago
|
|
The best part about FireBug is actually JavaScript debugging and the JavaScript console. Writing a web-app would be nearly impossible without this. For simple CSS you probably want to be changing it in a seperate text editor that auto-refreshes your web-browser so you have the benefit of being able to save. The CSS-changing feature you mentioned is of questionable use while the JavaScript features are essential. |
|
I switched to Webkit's JS debugging tool not long ago, it has much better warnings than Firebug.