Debug options for Java compilation. Only take effect if CompileOptions.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 |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
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.