package debugadapter
Ordering
- Alphabetic
 
Visibility
- Public
 - Protected
 
Type Members
-    trait CancelableFuture[T] extends AnyRef
As soon as cancel is called, future is supposed to return
 -  final case class ClassDirectory(absolutePath: Path) extends ClassSystem with Product with Serializable
 -  trait ClassEntry extends AnyRef
 -  final case class ClassJar(absolutePath: Path) extends ClassSystem with Product with Serializable
 -  sealed trait ClassPathEntry extends ClassEntry
 -  sealed trait ClassSystem extends AnyRef
 -  final case class DebugConfig(gracePeriod: Duration, testMode: Boolean, evaluationMode: EvaluationMode, stepFilters: StepFiltersConfig) extends Product with Serializable
 -  final class DebugServer extends AnyRef
 -  trait DebugToolsResolver extends AnyRef
 -  trait Debuggee extends AnyRef
 -  trait DebuggeeListener extends AnyRef
 -  final case class Java8(javaHome: Path, classJars: Seq[Path], sourceZip: Option[Path]) extends JavaRuntime with Product with Serializable
 -  final case class Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Option[Path]) extends JavaRuntime with Product with Serializable
 -  sealed trait JavaRuntime extends ClassEntry
 -  final case class JavaRuntimeSystem(classLoader: ClassLoader, javaHome: Path) extends ClassSystem with Product with Serializable
 -  final case class Library(artifactId: String, version: String, absolutePath: Path, sourceEntries: Seq[SourceEntry]) extends ManagedEntry with Product with Serializable
 -  trait Logger extends AnyRef
 -  sealed trait ManagedEntry extends ClassPathEntry
 -  final case class Module(name: String, scalaVersion: Option[ScalaVersion], scalacOptions: Seq[String], absolutePath: Path, sourceEntries: Seq[SourceEntry]) extends ManagedEntry with Product with Serializable
 -  case class ScalaVersion(value: String) extends Ordered[ScalaVersion] with Product with Serializable
 -  final case class SourceDirectory(directory: Path) extends SourceEntry with Product with Serializable
 -  sealed trait SourceEntry extends AnyRef
 -  final case class SourceJar(jar: Path) extends SourceEntry with Product with Serializable
 -  final case class StandaloneSourceFile(absolutePath: Path, relativePath: String) extends SourceEntry with Product with Serializable
 -  case class StepFiltersConfig(skipForwardersAndAccessors: Boolean, skipRuntimeClasses: Boolean, skipClassLoading: Boolean) extends Product with Serializable
 -  final class TestResultEvent extends DebugEvent
 -  final case class UnmanagedEntry(absolutePath: Path) extends ClassPathEntry with Product with Serializable
 
Value Members
-    case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
 -  object DebugConfig extends Serializable
 -  object DebugServer
 -  object JavaRuntime
 -  object JavaRuntimeSystem extends Serializable
 -  object ScalaVersion extends Serializable
 -  object StepFiltersConfig extends Serializable
 -  object TestResultEvent