Gets or sets whether to include debug information in the compiled executable.
[Visual Basic] Public Property IncludeDebugInformation As Boolean [C#] public bool IncludeDebugInformation {get; set;} [C++] public: __property bool get_IncludeDebugInformation(); public: __property void set_IncludeDebugInformation(bool); [JScript] public function get IncludeDebugInformation() : Boolean; public function set IncludeDebugInformation(Boolean);
true if debug information should be generated; otherwise, false.
CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace