Debugging Preparation: Visual C++ Project Types
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.
Two Visual C++ project types (ATL Server Web Service and ATL Server Projects) are included in Debugging Preparation: Web Applications because the debugging techniques used with them have more in common with Web Applications.
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, provides basic debugging guidelines, and instructions on manually setting a Debug configuration.
- Debugging Preparation: Win32 Projects
-
Describes debugging Win32 applications.
- Debugging Preparation: XML Web Services (C++)
-
Describes the process of debugging an XML Web Service project. Information includes debugging calls to the XML Web services from client applications and changing Debug and Release configurations.