NAnt SDK Documentation - v0.92

CommandLineOptions.Debug Property

Gets or sets a value indicating whether debug information should be displayed during the build process.

[Visual Basic]
<CommandLineArgument(Name:="debug", ShortName:="null", Description:="Displays debug information during build process", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property Debug As Boolean
[C#]
[CommandLineArgument(Name="debug", ShortName="null", Description="Displays debug information during build process", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool Debug {get; set;}

Property Value

true if debug information should be displayed; otherwise, false. The default is false.

See Also

CommandLineOptions Class | NAnt.Core Namespace