Visual studio intercepting javascript errors
am 07.11.2007 19:47:17 von KaziI've I'm debugging a web app, and I get a javascript error, Visual Studio
will intercept the error and show me where the error is. I can either break
or continue. If I select continue, Visual Studio just shows me the error
again, so the only way to do anything is to break and stop the app.
Is there anyway to have it behave like how it handles a .net exception? It
will break on the error, at the relevant line of code. If I continue, it
will show me the exception in the browse. I can the change the code, and
refresh the browser causing the code to recompile. I never have to stop the
app. How can I do this with a javascript error?