Debug

object Debug
Companion:
class
class Object
trait Matchable
class Any
Debug.type

Type members

Classlikes

case class ThreadContext(thread: Thread, currentContext: Context, lastUpdateStackTrace: String)

Contains information about the current context in a thread. The lastUpdateStackTracer can be either a store or a scope close, depending on what was the last action executed on the thread.

Contains information about the current context in a thread. The lastUpdateStackTracer can be either a store or a scope close, depending on what was the last action executed on the thread.

Value members

Concrete methods

Returns all Threads where a Context has been stored, along with the current Context on that thread and the stack trace from when it was last modified. Users will typically take this information log it periodically for debugging purposes.

Returns all Threads where a Context has been stored, along with the current Context on that thread and the stack trace from when it was last modified. Users will typically take this information log it periodically for debugging purposes.

def apply(): Debug