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. final case class DebugTools(expressionCompilers: Map[ClassEntry, ExpressionCompiler], stepFilter: Option[ClassLoader]) extends Product with Serializable
  10. trait DebugToolsResolver extends AnyRef
  11. trait Debuggee extends AnyRef
  12. trait DebuggeeListener extends AnyRef
  13. final case class Java8(javaHome: Path, classJars: Seq[Path], sourceZip: Path) extends JavaRuntime with Product with Serializable
  14. final case class Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Path) extends JavaRuntime with Product with Serializable
  15. sealed trait JavaRuntime extends ClassEntry
  16. final case class JavaRuntimeSystem(classLoader: ClassLoader, javaHome: Path) extends ClassSystem with Product with Serializable
  17. final case class Library(artifactId: String, version: String, absolutePath: Path, sourceEntries: Seq[SourceEntry]) extends ManagedEntry with Product with Serializable
  18. trait Logger extends AnyRef
  19. sealed trait ManagedEntry extends ClassPathEntry
  20. final case class Module(name: String, scalaVersion: Option[ScalaVersion], scalacOptions: Seq[String], absolutePath: Path, sourceEntries: Seq[SourceEntry]) extends ManagedEntry with Product with Serializable
  21. case class ScalaVersion(value: String) extends Product with Serializable
  22. final case class SourceDirectory(directory: Path) extends SourceEntry with Product with Serializable
  23. sealed trait SourceEntry extends AnyRef
  24. final case class SourceJar(jar: Path) extends SourceEntry with Product with Serializable
  25. final case class StandaloneSourceFile(absolutePath: Path, relativePath: String) extends SourceEntry with Product with Serializable
  26. final class TestResultEvent extends DebugEvent
  27. 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 DebugTools extends Serializable
  5. object JavaRuntime
  6. object JavaRuntimeSystem extends Serializable
  7. object ScalaVersion extends Serializable
  8. object TestResultEvent

Ungrouped