DebugView

parsley.debug.DebugView
See theDebugView companion trait
object DebugView

Attributes

Companion
trait
Source
DebugView.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DebugView.type

Members list

Type members

Classlikes

trait Pauseable extends DebugView

Signifies that the debug view inheriting from this can wait on a certain render call.

Signifies that the debug view inheriting from this can wait on a certain render call.

This can be extended to make remote breakpoint stepping possible.

Attributes

See also
Source
DebugView.scala
Supertypes
trait DebugView
class Object
trait Matchable
class Any
trait Reusable extends DebugView

Signifies that the debug view inheriting from this can be used multiple times.

Signifies that the debug view inheriting from this can be used multiple times.

Attributes

See also
Since

5.0.0

Source
DebugView.scala
Supertypes
trait DebugView
class Object
trait Matchable
class Any
Known subtypes
object PrintView
trait SingleUse extends DebugView

Signifies that the debug view inheriting from this can only be run once.

Signifies that the debug view inheriting from this can only be run once.

Attributes

See also
Since

4.5.0

Source
DebugView.scala
Supertypes
trait DebugView
class Object
trait Matchable
class Any