Determines how debugging will be supported for the target module.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration DebugOption
C#
public enum DebugOption
Visual C++
public enum class DebugOption

Members

Member nameDescription
Auto
Determines automatically (Pdb if the source module has debugging information, otherwise None.
Pdb
Create a PDB file.
None
No support for debugging.

See Also