background preloader

Firebug

Firebug

Poster A developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. This allows you to interact with web services and inspect the results. New features in 3.2 added support for controlling whether the entity body is sent added support for sending entity body for methods like DELETE, etc. added first time page added support for optionally saving content to settings removed automatic window sizing (defaults to open window size) More version information Features full range of HTTP methods available via a simple button click ability to set any HTTP header ability to set request parameters able to auto-format parameter body (i.e. form submission) able to save preferences for session or permanently supports basic auth and google login displays complete results--including headers

Home | Wappalyzer Console API Firebug adds a global JavaScript variable named "console" to all web pages loaded in Firefox. This object contains many methods that allow you to write to the Firebug console to expose information that is flowing through your scripts. Commands[edit] console.log(object[, object, ...]) Writes a message to the console. console.debug(object[, object, ...]) Writes a message to the console, including a hyperlink to the line where it was called. console.info(object[, object, ...]) Writes a message to the console with the visual "info" icon and color coding and a hyperlink to the line where it was called. console.warn(object[, object, ...]) Writes a message to the console with the visual "warning" icon and color coding and a hyperlink to the line where it was called. console.error(object[, object, ...]) Writes a message to the console with the visual "error" icon and color coding and a hyperlink to the line where it was called. console.assert(expression[, object, ...]) Tests that an expression is true.

Related: