Does anyone know a way to NOT have the debugger debug javascript when going through ASP.Net code? I need to debug some code server side but I keep getting caught on some javascript error that never presents itself when running normally but seems to have some problem in the debugger. All I want to do is debug my VB and forget the javascript but it won't let me. I can't even step over the javascript block giving me hell.