CompilerParameters.IncludeDebugInformation Property

Definition

Gets or sets a value indicating whether to include debug information in the compiled executable.

public:
 property bool IncludeDebugInformation { bool get(); void set(bool value); };
public bool IncludeDebugInformation { get; set; }
member this.IncludeDebugInformation : bool with get, set
Public Property IncludeDebugInformation As Boolean

Property Value

true if debug information should be generated; otherwise, false.

Applies to