trait Debuggee extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Debuggee
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def javaRuntime: Option[JavaRuntime]
  2. abstract def libraries: Seq[Library]
  3. abstract def modules: Seq[Module]
  4. abstract def name: String
  5. abstract def run(listener: DebuggeeListener): CancelableFuture[Unit]
  6. abstract def scalaVersion: ScalaVersion
  7. abstract def unmanagedEntries: Seq[UnmanagedEntry]

Concrete Value Members

  1. def classEntries: Seq[ClassEntry]
  2. def classPath: Seq[Path]
  3. def classPathEntries: Seq[ClassPathEntry]
  4. def managedEntries: Seq[ManagedEntry]