Reputation: 53
I want to debugging my javascripts in Visual studio. But after running web site I can't find "Script Documents" node in my Solution explorer. I tried to find some option which turns off/on this node but the result was unsuccessful. Any ideas?
Upvotes: 1
Views: 2867
Reputation: 1237
I tried many things, but I only got it working again after I changed the default browser to Chrome and then switched it back to Internet Explorer.
Upvotes: 0
Reputation: 1727
I actually came across this issue today. I was not aware of this feature, and had been debugging my web applications using FireFox by default. Using a browser other than 'Internet Explorer' prevents the 'Script Documents' node from working.
Are you using Internet Explorer to debug, or more specifically, when you debug in Visual Studio, is Internet Explorer being launched? If another browser is launched, and you launch Internet Explorer manually and navigate your site, 'Script Documents' will not appear.
I am currently looking to see if there is anyway to hook this feature into another browser, but here is something you can look at if indeed this is the problem.
While debugging, you should now see the 'Script Documents' node.
Upvotes: 1