How to make Firebug reload scripts?

37 Views Asked by At

When I make changes to any of my scripts and clear the cache, quite often I notice that Firebug still has the old copy of the script(s). How do I tell Firebug to reload the scripts so that it has the most recent copy?

1

There are 1 best solutions below

1
On BEST ANSWER

Firebug reloads the scripts as soon as you reload the page. You may want to reload the page circumventing the cache by pressing Ctrl+F5 or clear the cache before reloading it.

If it still doesn't work for you, ensure you have the latest version of Firebug installed (currently 2.0.6). If you have the latest version installed, it's probably a bug. In that case you should follow the steps on the first aid page for Firebug and file an issue if it's really related to Firebug.