NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.Debug Property

[This is preliminary documentation and subject to change.]

Generate debug output. The default is false.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="debug", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Debug As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="debug", ExpandProperties=True, ProcessXml=True)]
public virtual bool Debug {get; set;}

Remarks

Only used for <jsc> tasks, but retained for backward compatibility (Clover.NET).

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace