What can cause a persistent "Reload the page to get source for" error in firebug?
Posted
by
ripper234
on Stack Overflow
See other posts from Stack Overflow
or by ripper234
Published on 2011-12-13T08:23:31Z
Indexed on
2012/09/29
9:38 UTC
Read the original article
Hit count: 261
I'm trying to debug the javascript of a specific page, and I keep seeing
Reload the page to get source for page.htm
in Firebug.
On Chrome, I'm mostly able to debug the js, but sometimes I also get a blank page. What can cause such issues?
I believe I always see a blank page in Chrome if I reload while the JS console is open. If I open a new Chrome tab, load the page, and then open the JS console, everything is ok.
The page I'm debugging is on a localhost server (Play Framework server), although I have seen this on other pages occasionally. This only happens with inline javascript ... js that is linked from the page is displayed fine.
© Stack Overflow or respective owner