Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  16] [ 4]  / answers: 1 / hits: 45014  / 13 Years ago, tue, december 13, 2011, 12:00:00

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.


More From » firefox

 Answers
139

With firebug icon, you'll see a dropdown arrow. Click that arrow to open up the drop down menu.



enter



Click Clear Activation List.



Refresh the page now.



Now under script tab you'd see the Reload link. Click that to reload the page again.
This time when the page reloads, you'd see the script.


[#88586] Sunday, December 11, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
brendaw

Total Points: 508
Total Questions: 90
Total Answers: 100

Location: Maldives
Member since Sat, Jan 29, 2022
2 Years ago
;