Debugging Preparation: Visual C++ Project Types
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium, and Ultimate |
This section describes how to debug the basic project types created by the Visual C++ project templates.
Note that those project types that create DLLs as their output have been grouped into Debugging DLL Projects because of the common features they share.
In This Section
Debugging Preparation: Recommended Property Settings
Describes the debugging-related properties and their recommended settings.Debugging Preparation: Windows Forms Applications (.NET)
Describes Visual C++ Windows applications and provides basic debugging guidelines and instructions on manually setting a Debug configuration.Debugging Preparation: Win32 Projects
Describes debugging Win32 applications.
Related Sections
Debugging Native Code
Discusses some common debugging problems and techniques for C and native Visual C++ applications.Debug Settings and Preparation
Covers the settings and preparation that you must perform to debug your program with the Visual Studio debugger.