getIsDebug

@ReplacedBy(value = "debug")
open fun getIsDebug(): Property<Boolean>(source)

Sets whether to include debugging information in the generated class files. Defaults to true. See getDebugLevel for which debugging information will be generated.