Enabling JavaScript Debugging With Visual Studio

Ah. Within Internet Explorer, you go to "Tools | Internet Options | Advanced" and clear the checkbox for "Disable script debugging." Then, within your JavaScript, you add the statement "debugging;" to activate a breakpoint. This should help things considerably...