NAnt SDK Documentation - v0.92

VjcTask.DebugOutput Property

Specifies the type of debugging information generated by the compiler. The default is None.

[Visual Basic]
<TaskAttribute(Name:="debug", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property DebugOutput As DebugOutput
[C#]
[TaskAttribute(Name="debug", Required=False, ExpandProperties=True, ProcessXml=True)]
public NAnt.DotNet.Types.DebugOutput DebugOutput {get; set;}

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace