Wednesday, January 11, 2012

Firebug and Logging

Having a fancy JavaScript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can. Firebug gives you a set of powerful logging functions that you can call from your own web pages.

Url: http://getfirebug.com/logging

No comments:

Post a Comment