Summary
    Gets or sets a value indicating whether a .pdb file for the output assembly
    is generated and merges into it any .pdb files found for input assemblies.
    
		- Namespace
 - Cake
.Common .Tools .ILMerge  - Containing Type
 - ILMergeSettings
 
Syntax
public bool NDebug { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    true if pdb file is generated for output assembly; otherwise, false.
     | 
				
