Tag Archives: javascript debugging

Disable JavaScript Debugging in Visual Studio

There are three methods for turning off Javascript debugging in Visual Studio (which is enabled by default). Method 1 Start the application without debugging it (press Ctrl + F5) Attach the Visual Studio Debugger to WebDev.WebServer.exe process Method 2 Right click the app to debug and select Properties Hit the Web tab on the left [...]

Read more