0
fWhen I'm trying to get my head around a particular javascript issue, I usually create a hello world type application on my local file system and view the HTML with my browser.
The problem I have is that because the resources aren't fetched via the network, firebug won't let me see the scripts, and thus won't let me add breakpoints etc.
How can I make it do this?
... I'm using Firefox 11... – user1068446 – 2015-12-16T00:11:48.510
Firefox 11 is outdated for years. The current stable version is 42. So you should update your Firefox installation first. – Sebastian Zartner – 2015-12-16T06:37:23.020
Correction, since yesterday the stable version is 43.
– Sebastian Zartner – 2015-12-16T06:44:12.503@SebastianZartner That's not useful advice for the context of my work environment :) – user1068446 – 2015-12-16T10:26:40.373
1Well, your problem could be related to that old, unmaintained versions of Firefox and Firebug you are using. Everybody should try to stay up-to-date with their software and install updates and security fixes. If it's not up to you to do so, e.g. due to some company restrictions, then you should at least contact your administrator to take care of updates. – Sebastian Zartner – 2015-12-16T20:44:53.937
I agree with @SebastianZartner you should be able to get your hands on the latest (or at least a later) version of Firefox. Firefox 11 was released almost 4 years ago, March 13, 2012. The amount of bugs and security fixes since then would be astronomical.
– tyelford – 2015-12-16T22:12:23.190