Managing Symbols and Source CodeĀ 

The debugger works with several files in order to cross-reference memory to the source files used to build the assembly. This section describes these files, and several options and helpful tools that are available.

In This Section

  • DBG Files
    (C++ only) Describes DBG files, which permit debugging when source code is missing for certain modules, such libraries or Windows APIs. DBG files also permit debugging OLE RPC.
  • Debug Settings and Preparation
    Describes the debugger-related property settings, and the preparation needed in order to debug your program with the Visual Studio debugger.

See Also

Concepts

Debugger Security

Other Resources

Debugger Roadmap