Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug does not refresh cache on changed JavaScript

Firebug does not refresh cache on changed JavaScript when debugging JavaScript code under script section of Firebug. It's still showing & executing old JavaScript code which I wrote 1 to 2 hours back.

Firefox version is 13.0.1.
Firebug 1.9.2.

Could anybody please suggest me how to overcome this issue? Or anyway of clearing JavaScript cache under Firebug?

like image 504
Yohan Hirimuthugoda Avatar asked Jul 04 '12 05:07

Yohan Hirimuthugoda


1 Answers

When I've had this problem, I've usually restarted Firefox (close, open again), but clearing the cache using ctrl+F5 has worked too.

like image 79
Polyov Avatar answered Sep 24 '22 18:09

Polyov