Debug

kyo.debug.Debug
object Debug

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Debug.type

Members list

Type members

Classlikes

case class Param[T](code: String, value: T)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Param

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Param.type

Value members

Concrete methods

def apply[A, S](v: => A < S)(using frame: Frame): A < S
def trace[A, S](v: => A < S)(using Frame): A < S
def values(params: Param[_]*)(using frame: Frame): Unit