DebugLevel

cps.macros.flags.DebugLevel
See theDebugLevel companion object
case class DebugLevel(value: Int)

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.

Attributes

value
  • debug level, from 0 to 20. 0 - no debug outout, 20 - maximum
Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product