p

ch.epfl.scala

debugadapter

package debugadapter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal
  2. package testing

Type Members

  1. trait CancelableFuture[T] extends AnyRef

    As soon as cancel is called, future is supposed to return

  2. final case class ClassDirectory(absolutePath: Path) extends ClassSystem with Product with Serializable
  3. trait ClassEntry extends AnyRef
  4. final case class ClassJar(absolutePath: Path) extends ClassSystem with Product with Serializable
  5. sealed trait ClassPathEntry extends ClassEntry
  6. sealed trait ClassSystem extends AnyRef
  7. final case class DebugConfig(gracePeriod: Duration, autoCloseSession: Boolean, testMode: Boolean, evaluationMode: EvaluationMode) extends Product with Serializable
  8. final class DebugServer extends AnyRef
  9. trait DebugToolsResolver extends AnyRef
  10. trait Debuggee extends AnyRef
  11. trait DebuggeeListener extends AnyRef
  12. final case class Java8(javaHome: Path, classJars: Seq[Path], sourceZip: Option[Path]) extends JavaRuntime with Product with Serializable
  13. final case class Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Option[Path]) extends JavaRuntime with Product with Serializable
  14. sealed trait JavaRuntime extends ClassEntry
  15. final case class JavaRuntimeSystem(classLoader: ClassLoader, javaHome: Path) extends ClassSystem with Product with Serializable
  16. final case class Library(artifactId: String, version: String, absolutePath: Path, sourceEntries: Seq[SourceEntry]) extends ManagedEntry with Product with Serializable
  17. trait Logger extends AnyRef
  18. sealed trait ManagedEntry extends ClassPathEntry
  19. final case class Module(name: String, scalaVersion: Option[ScalaVersion], scalacOptions: Seq[String], absolutePath: Path, sourceEntries: Seq[SourceEntry]) extends ManagedEntry with Product with Serializable
  20. case class ScalaVersion(value: String) extends Product with Serializable
  21. final case class SourceDirectory(directory: Path) extends SourceEntry with Product with Serializable
  22. sealed trait SourceEntry extends AnyRef
  23. final case class SourceJar(jar: Path) extends SourceEntry with Product with Serializable
  24. final case class StandaloneSourceFile(absolutePath: Path, relativePath: String) extends SourceEntry with Product with Serializable
  25. final class TestResultEvent extends DebugEvent
  26. final case class UnmanagedEntry(absolutePath: Path) extends ClassPathEntry with Product with Serializable

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object DebugConfig extends Serializable
  3. object DebugServer
  4. object JavaRuntime
  5. object JavaRuntimeSystem extends Serializable
  6. object ScalaVersion extends Serializable
  7. object TestResultEvent

Ungrouped