Groovy Documentation

org.gradle.api.tasks.compile
[Groovy] Class DebugOptions

java.lang.Object
  org.gradle.api.tasks.compile.AbstractOptions
      org.gradle.api.tasks.compile.DebugOptions

class DebugOptions
extends AbstractOptions

Authors:
Hans Dockter


Property Summary
String debugLevel

Tells which debugging information will be generated.

 
Method Summary
Map fieldName2AntMap()

 
Methods inherited from class AbstractOptions
addValueToMapIfNotNull, define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, isOptionField, optionMap
 

Property Detail

debugLevel

@Input
@Optional
String debugLevel
Tells which debugging information will be generated. The value is a comma-separated list of any of the following keywords (without spaces in between):
source
Source file debugging information
lines
Line number debugging information
vars
Local variable debugging information
By default, only source and line debugging information will be generated.

This option only takes effect if CompileOptions#debug#debug is set to true.


 
Method Detail

fieldName2AntMap

Map fieldName2AntMap()


 

Gradle API 1.0-milestone-9