I think it's pretty much all or nothing. Visual studio is simplying 'writing' text (it just happens to be javascript) to the client browser. The browser is compiling the javascript at runtime. I don't think Visual Studio has any way to debug the javascript as it is sent to the client. I'm not sure of any tools, but I'm sure there are some that exist, that will allow you to 'debug' javascript.