why does firebug debugging sometimes work and sometimes not?

Posted by Edward Tanguay on Stack Overflow See other posts from Stack Overflow or by Edward Tanguay
Published on 2010-04-29T05:43:54Z Indexed on 2010/04/29 5:47 UTC
Read the original article Hit count: 442

Filed under:
|
|
|

I want to debug a javascript file that is embedded in the HEAD element.

I navigate to the site, see the code, and make a breakpoint:

alt text

But when I click on Reload, the script disappears and it doesn't stop at the breakpoint:

alt text

Debugging was working earlier so I know it works in general. What do I have to do so that Firebug always debugs my script?

© Stack Overflow or respective owner

Related posts about firebug

Related posts about debugging