object DebugConfig extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebugConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait EvaluationMode extends AnyRef

Value Members

  1. def default: DebugConfig
  2. object MixedEvaluation extends EvaluationMode with Product with Serializable
  3. object NoEvaluation extends EvaluationMode with Product with Serializable
  4. object RuntimeEvaluationOnly extends EvaluationMode with Product with Serializable
  5. object ScalaEvaluationOnly extends EvaluationMode with Product with Serializable