Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
How are you clearing the cache? Usually cntrl+F5 should clear the cache. – Pipalayan Nayak Jul 4 '12 at 6:03
1  
I have found the solution. Problem was Firefox caching my JavaScript file though I have remove original JavaScript file from source. Removing Firefox browser cache solved my problem. – Yohan Jul 4 '12 at 6:28

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.