I have enabled Firebug for scipts for my site.
But I do not see any in the Script dropdwon menu.
The Net tab has them listed as ok.
I tried another web site not mine same thing?
Same as @SebastianZartner said:
Firebug won't work anymore once multi-process Firefox is enabled and features like the Script panel are already starting to break.
So it seems we invited to:
DevTools
in Firefox Developer Edition
It provide a Firebug theme to make the transition not too hard
It look likes nice but Firefox
team should work on it hard!
When i compare Google Chrome Web Inspector
And Firefox DevTools
in Firefox developer edition, Chrome Web Inspector
wins! But i love Firefox, and i update it to find it as a superpower debugger in its next versions.
I was having trouble with Firebug the last couple days while doing some javascript development as well. Most of the time the javascript files are available on the scripts tab, but sometimes they are not (even though they are listed on other tabs). I have found that if I disable and then re-enable the script tab followed by refreshing the page then the scripts start to show up again.
Hope you find this helpful.
The answer for this is given in the Firebug FAQ. In older Firefox versions this is generally due to a syntax error in your script. So, you should check your Console panel for errors related to your code.
Though note that since Firefox 50 the Script panel does not work anymore. I.e. it always shows that message even when the scripts do not have any syntax errors. This is obviously due to a change in the Firefox code. And because Firebug is not maintained anymore, this bug won't get fixed anymore. Therefore, Firebug users are advised to switch to the Firefox DevTools.
None of these solutions helped me. But I found another solution. In the Net tab right click on the script you wish to view/debug, and click on 'Inspect in Script Tab'. This immediately brought up the script I needed to debug in the Script tab.
I had the same problem and the solution was to "Clear Activation List" (firebug menu).
[EDIT] I was wrong; external JS is referenced like this: <script type="text/javascript" src="/content/js/master.js></script>
The solution is: The "Script" menu only allows to enable or disable the JavaScript debugging for a site (since it can make Firefox very slow).
To see the actual script, you must use the hidden dropdown right above the "Script" menu. There are four buttons in the line above the "Script" dropdown: Firebug (just the logo), "Examine", "All" and the one where you can select the script to examine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With