Debugging Web Applications and Script

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Table legend:

This section describes common debugging techniques for Web applications. For more information, see Debugger Basics.

In This Section

Debugging ASP.NET and AJAX Applications
Provides prerequisites and instructions for how to debug a ASP.NET application during development or after deployment.

Debugging Web Applications: Errors and Troubleshooting
Lists errors that you might experience while you debug Web applications and suggests fixes.

Walkthrough: Debugging a Parallel Application
Describes how to use the Parallel Tasks and Parallel Stacks tool windows to debug a parallel application.

ASP.NET Web Applications
Describes the default project settings and behavior of ASP.NET Web application projects, steps for debugging, and changing the default Debug configuration.

Debugging in Visual Studio
Provides links to the larger sections of the debugging documentation. Information includes the following: what's new in the debugger, settings and preparation, breakpoints, handling exceptions, edit and continue, debugging managed code, debugging Visual C++ projects, debugging COM and ActiveX, debugging DLLs, debugging SQL, and the user interface references.

Prerequistes for Remote Debugging Web Applications
Describes setup requirements for remote debugging of ASP.NET Web applications.

IntelliTrace
Find bugs faster and easier by recording your app's execution history with IntelliTrace. Step backward and forward through recorded events and calls to examine your app's state at key points in time. Debug your code without setting lots of breakpoints or restarting your app as frequently. Requires Visual Studio Ultimate.

See Also

Debugger Security
Debugging in Visual Studio