Hi,
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???
Malcolm
Hi,
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???
Malcolm
The files are located in the drop down just above the "Script" tab. It just looks like a normal button, but when you click it, the list of files is shown.
[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.
I'm looking at the script in this page in firebug (1.3.3) right now... the lines I can break at have the line number in green. The external scripts on the other hand are all minified so there not much I can tell about them.
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.
Jeremy
Happens to me too sometimes. Restarting firefox usually helps.
I had this problem for 2nd page under tabbed browsing. Solution: After I closed the first tab I was able to debug scripts on the 2nd tab.