Debug options for Java compilation. Only take effect if CompileOptions#debug#debug
is set to true
.
Type | Name and description |
---|---|
String |
getDebugLevel() Tells which debugging information is to be generated. |
void |
setDebugLevel(String debugLevel) Sets which debug information is to be generated. |
Methods inherited from class | Name |
---|---|
class AbstractOptions |
define, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
Tells which debugging information is to be generated. The value is a comma-separated list of any of the following keywords (without spaces in between):
source
lines
vars
Sets which debug information is to be generated.