Specifies the type of debugging information generated by the compiler.
For backward compatibility, the following string values can also be used in build files:
When set to Enabled then the following conditional compilation symbols will also be defined:
Member Name | Description |
---|---|
None | Create no debug information. |
Enable | Enable attaching a debugger to the running program. |
Full | Enable attaching a debugger to the running program. |
PdbOnly | Only display assembler when the running program is attached to the debugger. |
Namespace: NAnt.DotNet.Types
Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)