Packages

package debug

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class BuildTargetClasses extends AnyRef

    In-memory index of main class symbols grouped by their enclosing build target

  2. class BuildTargetClassesFinder extends AnyRef
  3. case class BuildTargetContainsNoMainException(buildTargetName: String) extends Exception with Product with Serializable
  4. case class BuildTargetNotFoundException(buildTargetName: String) extends Exception with Product with Serializable
  5. case class BuildTargetNotFoundForPathException(path: io.AbsolutePath) extends Exception with Product with Serializable
  6. case class BuildTargetUndefinedException() extends Exception with Product with Serializable
  7. case class ClassNotFoundInBuildTargetException(className: String, buildTarget: BuildTarget) extends Exception with Product with Serializable
  8. class DebugProvider extends Cancelable

  9. final class DebugServer extends Cancelable
  10. final class EndpointLogger extends RemoteEndpoint
  11. case class ExtendedScalaMainClass extends Product with Serializable

    Wrapper around the bsp4j.ScalaMainClass to provide additional information which may be used by client.

    Wrapper around the bsp4j.ScalaMainClass to provide additional information which may be used by client.

    For backward compatibility reasons, it provides the same fields as the bsp4j.ScalaMainClass, so it's safe for older clients to work without any change:

  12. final class MessageIdAdapter extends RemoteEndpoint

    Assigns an id to synthetic messages and fixes the id of non-synthetic ones to keep the the id sequence monotonic.

    Assigns an id to synthetic messages and fixes the id of non-synthetic ones to keep the the id sequence monotonic.

    Additionally, adapts the request id for responses being produced to keep the whole procedure transparent for the caller.

  13. case class NoTestsFoundException(testType: String, name: String) extends Exception with Product with Serializable
  14. trait RemoteEndpoint extends MessageConsumer with MessageProducer with Cancelable
  15. final class ServerAdapter extends Cancelable
  16. sealed abstract class TestFramework extends AnyRef

Value Members

  1. object BuildTargetClasses
  2. object DebugProtocol
  3. object DebugProvider
  4. object DotEnvFileParser
  5. object EndpointLogger
  6. object ExtendedScalaMainClass extends java.io.Serializable
  7. case object JUnit4 extends TestFramework with Product with Serializable
  8. case object MUnit extends TestFramework with Product with Serializable
  9. case object Scalatest extends TestFramework with Product with Serializable
  10. object TestFramework
  11. case object Unknown extends TestFramework with Product with Serializable

Ungrouped