DebugSignature

daae.DebugSignature
trait DebugSignature extends Signature

Attributes

Graph
Supertypes
trait Signature
class Object
trait Matchable
class Any
Known subtypes
trait DebugEffect
object Debug

Members list

Type members

Inherited types

type ThisEffect

Self-reference to the effect being described by this Signature.

Self-reference to the effect being described by this Signature.

Becomes an alias of this.type, once the signature is inherited from Effect.

Attributes

Inherited from:
Signature

Value members

Abstract methods

def pauseEff[A, U <: ThisEffect](label: String)(body: Computation[A, U])(using Line, FileName, MaybeFromString[A]): Computation[A, U]

Creates breakpoint after execution of body.

Creates breakpoint after execution of body.

Attributes

def traceEff[A, U <: ThisEffect](label: String)(body: Computation[A, U]): Computation[A, U]

Like pauseEff, except for it actually doesn't.

Like pauseEff, except for it actually doesn't.

Attributes