Package

org.scaladebugger.tool

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. case class State(activeDebugger: Option[Debugger], scalaVirtualMachines: Seq[ScalaVirtualMachine], dummyScalaVirtualMachine: DummyScalaVirtualMachine, activeThread: Option[ThreadInfo], activeThreadGroup: Option[ThreadGroupInfo], sourcePaths: Seq[Path], activeProfileName: String) extends Product with Serializable

    Permalink
  2. class StateManager extends AnyRef

    Permalink

    Represents a manager for the backend state of the REPL.

Value Members

  1. object State extends Serializable

    Permalink
  2. package functions

    Permalink
  3. package utils

    Permalink

Ungrouped