Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE11 not showing javascript files in debugger

in IE11 I display the developer tools, then click on the debugger (or Ctrl-3) and it displays the debugger. In the top left there is the folder drop down which has a list of js files usually, but in this case none are displayed, only the html file is displayed.

The site I'm looking at is on my local PC running in IIS if it matters. I can go to the same site on our build box and the js files are displayed in the debugger. I've restarted everything a number of times. I've checked the network monitor in the developer tools and it downloads the javascript files fine, I just can't see them in the debugger. It's worked previously fine (a couple of weeks ago when last I had to debug an IE problem), Any suggestions?

running IE 11, Windows 7

like image 708
daven11 Avatar asked Feb 04 '15 06:02

daven11


1 Answers

Go to Internet Options -> Advanced. Uncheck Disable script debugging, Disable script debugging (Others)

like image 179
ronnyfm Avatar answered Sep 19 '22 15:09

ronnyfm