api / org.gradle.api.tasks.compile / CompileOptions / isDebug

isDebug

@Input open fun isDebug(): Boolean

Tells whether to include debugging information in the generated class files. Defaults to true. See DebugOptions#getDebugLevel() for which debugging information will be generated.