Summary
Specifies the type of debugging information generated by the compiler.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["DebugOutput"]
class Type type-node
Syntax
[TypeConverter(typeof(DebugOutputConverter))]
public enum DebugOutput
Remarks
For backward compatibility, the following string values can also be used in build files:
Value |
---|
"true" |
"false" |
When set to Enabled
then the following conditional
compilation symbols will also be defined:
- DEBUG
- TRACE
Attributes
Type | Description |
---|---|
Type |