cps.macros.flags.DebugLevel
See theDebugLevel companion object
Use this flag for debugging of async transformation process.
implicit val = cps.macros.flags.DebugLevel(10)
async{
....
}
will output ton of traces during macro translation.
Value parameters
- value
-
- debug level, from 0 to 20. 0 - no debug outout, 20 - maximum
Attributes
- Companion
- object
- Source
- TypeMarkers.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article