CommandLineOptions.

Debug Property

Summary

Gets or sets a value indicating whether debug information should be displayed during the build process.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
CommandLineOptions

Syntax

[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "debug", Description = "Displays debug information during build process")]
public bool Debug { get; set; }

Attributes

Type Description
CommandLineArgumentAttribute Allows control of command line parsing.

Value

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