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

CommandLineOptions.Debug Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.CommandLineOptions.Debug

See Also

CommandLineOptions Class | NAnt.Core Namespace