Whenever you use JavaScript powered application, data is usually transported using AJAX from the server to the client side. During that process, errors can occur on the server side to cause application to fail. Firebug is extension for Firefox that can help us track these problems.






Comment Link
Thanks, very useful!