Determines how debugging will be supported for
the target module.
Namespace:
PostSharp.ExtensibilityAssembly: 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 name | Description | |
|---|---|---|
| Auto |
Determines automatically (Pdb if the
source module has debugging information, otherwise
None.
| |
| Pdb |
Create a PDB file.
| |
| None |
No support for debugging.
|