Subscribe to RSS Feed

Firebug Tips & Tricks

See a summary of short tips concerning specific Firebug features that do not get such attention they might deserve.

Firebug

Debugging

Console

HTML & CSS

Network

  • Show BFCache Responses
    Read this post to understand how BFCache cache is different from the standard browser cache and why Firebug supports it.
  • Observe page redirects
    How to track HTTP requests that happened in previous page load.
  • Resend HTTP Request
    How to resend an existing HTTP request while preserving headers, post data, etc.

Miscellaneous