NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
IlasmTask.Debug Property
[This is preliminary documentation and subject to change.]
Specifies whether or not the compiler should generate debug information.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="debug", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property Debug As
Boolean
[C#]
[TaskAttribute(Required=False, Name="debug", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool Debug {get; set;}
Property Value
true if debug information should be generated; otherwise, false. The default is false.
Remarks
Corresponds to the /DEBUG
flag.
See Also
IlasmTask Class | NAnt.DotNet.Tasks Namespace