DebugProperties

izumi.fundamentals.platform.properties.DebugProperties

Marker trait for objects that hold names of Java Properties that control debug output for macros and internals of izumi libraries.

Search for inheritors of this trait to discover debugging java properties

For example, to see macro debug output during compilation, set -Dizumi.debug.macro.rtti=true java property

sbt -Dizumi.debug.macro.rtti=true compile

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

final protected def BoolProperty(name: String): BooleanProperty
final protected def StrProperty(name: String): StrProperty