isabelle

Debugger

object Debugger

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Debugger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class Context(thread_name: String, debug_states: List[Debug_State], index: Int = 0) extends Product with Serializable

  2. sealed case class Debug_State(pos: T, function: String) extends Product with Serializable

  3. class Handler extends Protocol_Handler

  4. sealed case class State(session: Session = new Session(Resources.empty), active: Int = 0, break: Boolean = false, active_breakpoints: Set[Long] = scala.this.Predef.Set.empty[Long], threads: Threads = ..., focus: Map[String, Context] = ..., output: Map[String, Results] = ...) extends Product with Serializable

  5. type Threads = SortedMap[String, List[Debug_State]]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Update extends Product with Serializable

  7. def active_breakpoint_state(breakpoint: Long): Option[Boolean]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def breakpoint_state(breakpoint: Long): Boolean

  10. def clear_output(thread_name: String): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def continue(thread_name: String): Unit

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def eval(c: Context, SML: Boolean, context: String, expression: String): Unit

  16. def exit(): Unit

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def focus(): List[Context]

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def init(): Unit

  22. def init_session(session: Session): Unit

  23. def input(thread_name: String, msg: String*): Unit

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def is_active(): Boolean

  26. def is_break(): Boolean

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def print_vals(c: Context, SML: Boolean, context: String): Unit

  31. def set_break(b: Boolean): Unit

  32. def set_focus(c: Context): Unit

  33. def status(focus: Option[Context]): (Threads, List[Tree])

  34. def step(thread_name: String): Unit

  35. def step_out(thread_name: String): Unit

  36. def step_over(thread_name: String): Unit

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def toggle_breakpoint(command: Command, breakpoint: Long): Unit

  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped