Debug Settings and Preparation 

This section describes the debugger-related property settings, and the preparation needed in order to debug your program with the Visual Studio debugger. If you create your program in Visual Studio using the project templates, these settings are set correctly for you in the Debug configuration.

For more information, see How to: Set Debug and Release Configurations.

In This Section

  • Debugger Project Settings
    Explains how to specify debugger settings, how to set debug and release configurations, and how to manage symbols and source code. Also describes appropriate project settings for C++, C#, J#, and Visual Basic debug configurations, as well as web projects.
  • Debugging DLL Projects
    Describes recommended project settings for debugging DLL projects, how to debug from a DLL project, how debug in mixed mode, and how to debug a managed-code Web Control Library.
  • Remote Debugging Setup
    Describes remote debugging and provides links to setting up remote debugging, errors, and remote debugging across domains.
  • Debugging Home Page
    Provides links to the larger sections of the debugging documentation. Information includes: 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.
  • How to: Enable Client-Side Script Debugging
    Discusses testing scripts and client side scripts in ASP.NET pages. Tasks you can perform when debugging client-side scripts in a Web page include: viewing source code, controlling the pace of script execution with breakpoints and stepping, viewing and changing variable and property values, and viewing and controlling script flow with the Call Stack window.

See Also

Concepts

Debugger Security

Other Resources

Debugging in Visual Studio