Topic: Debugging JavaScript in Visual Studio
Share/Save/Bookmark
1.  First you need to enable your browser's script debugging
     a.  From IE, go to "Tools | Internet Options"
     b.  Click the "Advanced" tab.
     c.  Under the "Browsing" category, clear the "Disable Script Debugging" checkbox.


Note:  In some cases, you might have to put the word "debugger" in you javascript file to get it to stop.