What can cause a persistent “Reload the page to get source for” error in firebug?

前端 未结 10 2314
执笔经年
执笔经年 2020-12-16 11:23

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

10条回答
  •  囚心锁ツ
    2020-12-16 12:10

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

    enter image description here

    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.

提交回复
热议问题